记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:10: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:12:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&a[i]);
   ~~~~~^~~~~~~~~~~~
foo.cc:15:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&x);
   ~~~~~^~~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer Read {0}, expect {1}. ["171","326"] 0ms 256.0 KiB
#2 Wrong Answer Read {0}, expect {1}. ["389","557"] 0ms 256.0 KiB
#3 Wrong Answer Read {0}, expect {1}. ["576","790"] 0ms 256.0 KiB
#4 Wrong Answer Read {0}, expect {1}. ["1138","1667"] 1ms 256.0 KiB
#5 Wrong Answer Read {0}, expect {1}. ["3029","3622"] 2ms 1.75 MiB
#6 Wrong Answer Read {0}, expect {1}. ["5249","6366"] 5ms 3.25 MiB
#7 Runtime Error Segmentation fault 0ms 256.0 KiB
#8 Runtime Error Segmentation fault 1ms 256.0 KiB
#9 Runtime Error Segmentation fault 0ms 256.0 KiB
#10 Runtime Error Segmentation fault 0ms 256.0 KiB

信息

递交者
类型
递交
题目
P1076 乌龟棋
语言
C++
递交时间
2021-01-23 10:40:07
评测时间
2021-01-23 10:40:07
评测机
分数
0
总耗时
15ms
峰值内存
3.25 MiB