Compile Error
/in/foo.c: In function 'equal': /in/foo.c:10:39: error: expected ';' before '}' token if (a[i][j]!=b[i][j]) {flag=0;break} ^
信息
- 递交者
- 类型
- 自测
- 题目
- 3-1 改错题
- 语言
- C
- 递交时间
- 2019-10-18 23:40:06
- 评测时间
- 2019-10-18 23:40:06
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes
/in/foo.c: In function 'equal': /in/foo.c:10:39: error: expected ';' before '}' token if (a[i][j]!=b[i][j]) {flag=0;break} ^