记录详情

Runtime Error

foo.cc:2:0: warning: ignoring #pragma comment  [-Wunknown-pragmas]
 #pragma comment(linker, "/STACK:102400000,102400000")
 
foo.cc: In function 'int main()':
foo.cc:15: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:18: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 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 3ms 512.0 KiB
#4 Accepted 8ms 672.0 KiB
#5 Accepted 6ms 1.488 MiB
#6 Runtime Error Segmentation fault 9ms 1.738 MiB
#7 Runtime Error Segmentation fault 13ms 6.32 MiB
#8 Runtime Error Segmentation fault 42ms 48.203 MiB
#9 Runtime Error Segmentation fault 43ms 48.203 MiB
#10 Runtime Error Segmentation fault 58ms 70.988 MiB

信息

递交者
类型
递交
题目
P1004 小m的刷子
语言
C++
递交时间
2021-01-27 22:20:20
评测时间
2021-01-27 22:20:20
评测机
分数
50
总耗时
189ms
峰值内存
70.988 MiB