input.txt
来自「作为编译课程的课程设计」· 文本 代码 · 共 9 行
TXT
9 行
program test;
integer i;
var j;
real k;
if i>j
j=i
end;
`