记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:28:9: error: expected ';' before '}' token
   28 |    cnt++
      |         ^
      |         ;
   29 |   }
      |   ~      
foo.cc:6:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    6 |  scanf("%d%d", &n,&m );
      |  ~~~~~^~~~~~~~~~~~~~~~
foo.cc:11:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   11 |    scanf("%d", &arr[i][j]);
      |    ~~~~~^~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
4-5 有几个鞍点
语言
C++
递交时间
2022-08-07 20:38:45
评测时间
2022-08-07 20:38:45
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes