Compile Error
foo.cc: In function 'int main()':
foo.cc:28:25: error: invalid conversion from 'char (*)[103]' to 'int' [-fpermissive]
28 | int s = sum(map,i,j);
| ^~~
| |
| char (*)[103]
foo.cc:28:24: error: too many arguments to function 'int sum(int, int)'
28 | int s = sum(map,i,j);
| ~~~^~~~~~~~~
foo.cc:8:5: note: declared here
8 | int sum(int i, int j){
| ^~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1975 扫雷游戏
- 语言
- C++
- 递交时间
- 2023-11-21 16:37:08
- 评测时间
- 2023-11-21 16:37:09
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes