记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:56:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
     ~~~~~^~~~~~~~~
foo.cc:57:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&m);
     ~~~~~^~~~~~~~~
foo.cc:63:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d",&temp);
             ~~~~~^~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 2ms 384.0 KiB
#6 Accepted 2ms 384.0 KiB
#7 Accepted 42ms 6.5 MiB
#8 Accepted 45ms 6.531 MiB
#9 Accepted 40ms 6.492 MiB
#10 Accepted 42ms 6.527 MiB
#11 Accepted 39ms 6.523 MiB
#12 Accepted 39ms 6.52 MiB
#13 Accepted 50ms 6.527 MiB
#14 Accepted 48ms 6.523 MiB
#15 Accepted 41ms 6.52 MiB
#16 Accepted 40ms 6.523 MiB
#17 Accepted 51ms 6.523 MiB
#18 Accepted 52ms 6.531 MiB
#19 Accepted 42ms 6.527 MiB
#20 Accepted 43ms 6.527 MiB

信息

递交者
类型
递交
题目
P1006 粗心的接线员
语言
C++
递交时间
2021-01-29 11:41:06
评测时间
2021-01-29 11:41:06
评测机
分数
100
总耗时
633ms
峰值内存
6.531 MiB