记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:41:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&t);
    ~~~~~^~~~~~~~~
foo.cc:49:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d%d%d",&x[i],&y[i],&tof[i]);
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 0ms 256.0 KiB
#2 Accepted 0ms 256.0 KiB
#3 Accepted 42ms 2.953 MiB
#4 Accepted 42ms 2.961 MiB
#5 Accepted 5ms 664.0 KiB
#6 Accepted 4ms 640.0 KiB
#7 Accepted 4ms 640.0 KiB
#8 Accepted 44ms 2.953 MiB
#9 Accepted 44ms 2.895 MiB
#10 Accepted 47ms 2.965 MiB

信息

递交者
类型
递交
题目
P1004 蚂蚁挖洞(Round 1)
语言
C++
递交时间
2021-01-28 11:37:33
评测时间
2021-01-28 11:37:33
评测机
分数
100
总耗时
238ms
峰值内存
2.965 MiB