/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int get_max_len(int, int)':
foo.cc:37:36: error: 'c' was not declared in this scope
  if((num[i][j] >= num[i][j+1])&&(j<c)){
                                    ^
foo.cc:43:36: error: 'r' was not declared in this scope
  if((num[i][j] >= num[i+1][j])&&(i<r)){
                                    ^
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个测试点

信息

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