记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:12: warning: implicit declaration of function 'scanf_s'; did you mean 'scanf'? [-Wimplicit-function-declaration]
    6 |     while (scanf_s("%lld%lld", &x1, &x2)
      |            ^~~~~~~
      |            scanf
foo.c:6:41: error: expected ')' before '{' token
    6 |     while (scanf_s("%lld%lld", &x1, &x2)
      |           ~                             ^
      |                                         )
    7 |     {
      |     ~                                    
foo.c:13:5: error: expected expression before '}' token
   13 |     }
      |     ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1078 xf1-1两数和、积、余
比赛
2022年迎新赛(第二场)
语言
C
递交时间
2022-08-27 19:54:20
评测时间
2022-08-27 19:54:20
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes