记录详情

Compile Error

foo.c: In function ‘main’:
foo.c:6:9: warning: implicit declaration of function ‘scanf_s’; did you mean ‘scanf’? [-Wimplicit-function-declaration]
    6 |         scanf_s("%d %d", &x, &y);
      |         ^~~~~~~
      |         scanf
foo.c:18:9: error: expected declaration or statement at end of input
   18 |         return 0;
      |         ^~~~~~

信息

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