Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:11:13: error: expected ')' before ';' token
if(a[i]==m;
^
/in/foo.cc:11:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(a[i]==m;
^~
/in/foo.cc:12:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
sb++;
^~
信息
- 递交者
- 类型
- 递交
- 题目
- P2392 1.6.1与指定数字相同的数的个数
- 语言
- C++
- 递交时间
- 2021-09-20 11:38:02
- 评测时间
- 2021-09-20 11:38:02
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes