记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:119:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d%d",&x,&y,&z);
   ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:126:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&query[i]);
   ~~~~~^~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 5ms 2.383 MiB
#2 Accepted 7ms 2.414 MiB
#3 Accepted 7ms 2.41 MiB
#4 Accepted 8ms 2.598 MiB
#5 Accepted 8ms 2.656 MiB
#6 Accepted 18ms 4.824 MiB
#7 Accepted 15ms 3.91 MiB
#8 Accepted 46ms 10.531 MiB
#9 Accepted 1020ms 16.93 MiB
#10 Accepted 7ms 2.418 MiB

信息

递交者
类型
递交
题目
P1123 疫情控制
语言
C++
递交时间
2021-04-06 21:15:01
评测时间
2021-04-06 21:15:01
评测机
分数
100
总耗时
1146ms
峰值内存
16.93 MiB