📄 kk.l
字号:
%{#include<stdio.h>%}%%[\t ]+ssis |am |are |were |was |be |being |been |do |does |did |will |would |should |can |could |has |have |had |go { printf("%s: The given word is the verb\n",yytext);}a |an |the { printf("%s: The given word is article\n",yytext);}[a-zA-Z]+ { printf("%s: The given word is neither verb nor article\n",yytext);}.|\n {ECHO;}%%main(){ yylex();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -