记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:24:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d", &n);
     ~~~~~^~~~~~~~~~
foo.cc:27:14: 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 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 714ms 30.852 MiB
#5 Accepted 776ms 30.871 MiB
#6 Accepted 722ms 30.867 MiB
#7 Accepted 699ms 30.871 MiB
#8 Accepted 687ms 30.871 MiB
#9 Accepted 684ms 30.875 MiB
#10 Accepted 675ms 30.809 MiB

信息

递交者
类型
递交
题目
P1016 小气的国王
语言
C++
递交时间
2021-02-05 21:14:53
评测时间
2021-02-05 21:14:53
评测机
分数
100
总耗时
4967ms
峰值内存
30.875 MiB