/ Vijos /

记录详情

Accepted

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 Accepted 37ms 6.172 MiB
#2 Accepted 11ms 5.977 MiB
#3 Accepted 14ms 5.008 MiB
#4 Accepted 6ms 4.609 MiB
#5 Accepted 24ms 5.609 MiB
#6 Accepted 6ms 4.492 MiB
#7 Accepted 7ms 4.992 MiB
#8 Accepted 18ms 5.223 MiB
#9 Accepted 10ms 5.105 MiB
#10 Accepted 26ms 5.98 MiB

信息

递交者
类型
递交
题目
P1011 清帝之惑之顺治
语言
C++
递交时间
2020-10-28 15:12:18
评测时间
2020-10-28 15:12:18
评测机
分数
100
总耗时
164ms
峰值内存
6.172 MiB