记录详情

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 60ms 76.723 MiB
#2 Accepted 61ms 76.68 MiB
#3 Accepted 64ms 76.91 MiB
#4 Accepted 66ms 77.117 MiB
#5 Accepted 70ms 78.23 MiB
#6 Accepted 111ms 79.75 MiB
#7 Accepted 135ms 88.711 MiB
#8 Accepted 369ms 269.0 MiB
#9 Accepted 471ms 269.039 MiB
#10 Runtime Error Segmentation fault 435ms 299.613 MiB

信息

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