记录详情

Runtime Error

foo.cc: In function 'void scanff()':
foo.cc:82:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d", &N, &M);
  ~~~~~^~~~~~~~~~~~~~~~
foo.cc:85: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);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 89ms 114.926 MiB
#2 Accepted 88ms 114.867 MiB
#3 Accepted 90ms 115.133 MiB
#4 Accepted 93ms 115.336 MiB
#5 Accepted 99ms 116.469 MiB
#6 Accepted 137ms 117.969 MiB
#7 Accepted 166ms 126.91 MiB
#8 Accepted 396ms 307.27 MiB
#9 Accepted 515ms 307.262 MiB
#10 Runtime Error Segmentation fault 758ms 458.102 MiB

信息

递交者
类型
递交
题目
P1004 小m的刷子
语言
C++
递交时间
2021-01-27 23:01:36
评测时间
2021-01-27 23:01:48
评测机
分数
90
总耗时
2436ms
峰值内存
458.102 MiB