记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:22:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
foo.cc:26:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d%d",&a,&b,&c);
   ~~~~~^~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Accepted 5ms 556.0 KiB
#2 Accepted 4ms 560.0 KiB
#3 Accepted 4ms 640.0 KiB
#4 Accepted 725ms 30.953 MiB
#5 Accepted 728ms 34.125 MiB
#6 Accepted 711ms 30.988 MiB
#7 Accepted 717ms 35.266 MiB
#8 Accepted 702ms 30.98 MiB
#9 Accepted 706ms 30.988 MiB
#10 Accepted 708ms 30.957 MiB

信息

递交者
类型
递交
题目
P1016 小气的国王
语言
C++
递交时间
2021-02-05 20:45:46
评测时间
2021-02-05 20:45:46
评测机
分数
100
总耗时
5014ms
峰值内存
35.266 MiB