记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:6:2: warning: implicit declaration of function 'scanf_s' [-Wimplicit-function-declaration]
  scanf_s("%d %d", &x, &y);
  ^~~~~~~
/in/foo.c:18:2: error: expected declaration or statement at end of input
  return 0;
  ^~~~~~

信息

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