代码搜索结果

找到约 10,000 项符合 T 的代码

number.t

[0-9]+ { yylval.attr[1] = atoi(yytext); yysetpos(); return Number; }

t.txt

;l,;l,;l,;hjbjhbjhb

t.txt

program q; const a=90; var b,c,d; procedure p; begin b:=b*a; d:=b; c:=b2; write(b); write(c); end begin read(b); while b#0 do begin call p; read(b);