Compile Error
foo.cc: In function ‘int main()’:
foo.cc:14:22: error: expected primary-expression before ‘break’
14 | ok=0,break;
| ^~~~~
foo.cc:31:17: error: ‘i’ was not declared in this scope
31 | cout<<a[i]<<endl;
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1753 超级素数
- 语言
- C++
- 递交时间
- 2026-04-18 12:55:10
- 评测时间
- 2026-04-18 12:55:10
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes