⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test3.out

📁 this is a lp0 compilator new
💻 OUT
字号:
::::::::::::::test3.pas::::::::::::::PROGRAM Compx_Test;VAR  x, y, j 		: INTEGER;BEGIN   x := 10;   y := 20;   FOR j := 1 TO ( x + y + 2 ) DO      FOR i := 1 to j DO          BEGIN            y := y + 1;            x := x + y;         END;END.::::::::::::::compx.sym::::::::::::::Symbol Table for Pascal source code...-----------------------------------1(undefined)10(undefined)2(undefined)20(undefined)compx_test(program)i(undefined)integer(undefined)j(variable)x(variable)y(variable)::::::::::::::compx.mpl::::::::::::::assign ( rsolve ( f(n)=1+1+1+1+1+1+1+1+sum (1+1+sum (1+1+1+1+1+1, i=1..j), j=1..( x+y+2 )), f(n) ) );

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -