/ Vijos /

记录详情

Runtime Error

foo.cc: In function 'int get_max_len(int, int)':
foo.cc:30:6: warning: unused variable 'sum' [-Wunused-variable]
  int sum;
      ^~~
foo.cc: In function 'void readfile()':
foo.cc:22:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d%d",&n,&m);
 ~~~~~^~~~~~~~~~~~~~
foo.cc:25:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d",&num[i][j]);
    ~~~~~^~~~~~~~~~~~~~~~~
识别到10个测试点
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 42ms 28.137 MiB
#2 Runtime Error Segmentation fault 23ms 27.797 MiB
#3 Runtime Error Segmentation fault 24ms 25.77 MiB
#4 Runtime Error Segmentation fault 18ms 24.934 MiB
#5 Runtime Error Segmentation fault 33ms 26.938 MiB
#6 Runtime Error Segmentation fault 19ms 24.906 MiB
#7 Runtime Error Segmentation fault 18ms 25.773 MiB
#8 Runtime Error Segmentation fault 27ms 26.172 MiB
#9 Runtime Error Segmentation fault 21ms 25.973 MiB
#10 Runtime Error Segmentation fault 40ms 27.867 MiB

信息

递交者
类型
递交
题目
P1011 清帝之惑之顺治
语言
C++
递交时间
2020-10-28 15:04:03
评测时间
2020-10-28 15:04:03
评测机
分数
0
总耗时
270ms
峰值内存
28.137 MiB