记录详情

Compile Error

foo.c: In function ‘main’:
foo.c:7:29: error: expected ‘;’ before ‘if’
    7 |         scanf("%d %d",&x,&y)
      |                             ^
      |                             ;
......
   10 |         if (x > 0 && y > 0) {
      |         ~~                   
foo.c:21:9: error: expected declaration or statement at end of input
   21 |         return 0;
      |         ^~~~~~
正在同步测试数据,请稍后

信息

递交者
类型
递交
题目
P1003 平面坐标系
语言
C
递交时间
2024-08-14 19:06:46
评测时间
2024-08-14 19:06:46
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes