记录详情

Runtime Error

foo.cc: In function 'void scanff()':
foo.cc:88: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:91: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.957 MiB
#2 Accepted 90ms 114.887 MiB
#3 Accepted 93ms 115.133 MiB
#4 Accepted 96ms 115.34 MiB
#5 Accepted 101ms 116.461 MiB
#6 Accepted 142ms 117.965 MiB
#7 Accepted 162ms 126.98 MiB
#8 Accepted 410ms 307.324 MiB
#9 Accepted 500ms 307.227 MiB
#10 Runtime Error Segmentation fault 649ms 458.059 MiB

信息

递交者
类型
递交
题目
P1004 小m的刷子
语言
C++
递交时间
2021-01-27 21:57:30
评测时间
2021-01-27 21:57:30
评测机
分数
90
总耗时
2338ms
峰值内存
458.059 MiB