/ Vijos /

记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:5:12: error: stray '\357' in program
     int x,y,z;
            ^
/in/foo.c:5:13: error: stray '\274' in program
     int x,y,z;
             ^
/in/foo.c:5:14: error: stray '\214' in program
     int x,y,z;
              ^
/in/foo.c:5:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'z'
     int x,y,z;
               ^
/in/foo.c:6:22: error: 'y' undeclared (first use in this function)
     scanf("%d%d",&x,&y);
                      ^
/in/foo.c:6:22: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:8:3: error: 'z' undeclared (first use in this function)
   z=y*(y+2)+x-y;
   ^

信息

递交者
类型
递交
题目
P1192 星际青蛙(木木版)
语言
C
递交时间
2018-11-27 20:31:09
评测时间
2018-11-27 20:31:09
评测机
分数
0
总耗时
12ms
峰值内存
2.922 MiB