记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:13: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:16:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d%d",a+i,b+i,c+i);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 432.0 KiB
#2 Wrong Answer Read {0}, expect {1}. ["492","491"] 2ms 544.0 KiB
#3 Accepted 4ms 676.0 KiB
#4 Accepted 7ms 1000.0 KiB
#5 Wrong Answer Read {0}, expect {1}. ["49990","49991"] 10ms 1.93 MiB
#6 Runtime Error Segmentation fault 11ms 2.105 MiB
#7 Runtime Error Segmentation fault 16ms 6.824 MiB
#8 Runtime Error Segmentation fault 47ms 48.777 MiB
#9 Runtime Error Segmentation fault 46ms 48.805 MiB
#10 Runtime Error Segmentation fault 64ms 71.406 MiB

信息

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