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

📄 haiwang.txt

📁 编译课程设计
💻 TXT
字号:
program example1(input,output);
  var  j,m,n:integer;
       A : array [1..10]  of  real ;  //this is an array
x : real ;
begin
   m:=4;
   n:=10;
   x:=3.14*/12asd ;   /* this is a internal variable.*/
for  j:=1 to n /*loop end value*/  do
  begin 
   /* this line should be deleted 
and this line
should be deleted  too*/
    /*A[j]:=x*j+m;
    write( A[j] );
end;
write(x,m);
end . 
@

⌨️ 快捷键说明

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