记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:12:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   12 |     scanf("%d", &t);
      |     ~~~~~^~~~~~~~~~
foo.cc:16:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   16 |         scanf("%d", &n);
      |         ~~~~~^~~~~~~~~~
foo.cc:18:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   18 |             scanf("%d%s%s", &tid, problem, result);
      |             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 199ms 384.0 KiB
#2 Accepted 184ms 384.0 KiB
#3 Accepted 110ms 384.0 KiB
#4 Accepted 141ms 444.0 KiB
#5 Accepted 178ms 384.0 KiB
#6 Accepted 177ms 384.0 KiB
#7 Accepted 165ms 384.0 KiB
#8 Accepted 118ms 384.0 KiB
#9 Accepted 271ms 504.0 KiB
#10 Accepted 121ms 476.0 KiB

信息

递交者
类型
递交
比赛
验题
语言
C++
递交时间
2021-12-18 09:59:14
评测时间
2021-12-18 10:00:50
评测机
分数
100
总耗时
1670ms
峰值内存
504.0 KiB