Compile Error
/in/foo.cc: In function 'int isPrime(int)': /in/foo.cc:32:2: error: expected 'while' at end of input 32 | } | ^ /in/foo.cc:32:2: error: expected '(' at end of input 32 | } | ^ | ( /in/foo.cc:32:2: error: expected primary-expression at end of input /in/foo.cc:32:2: error: expected ')' at end of input 32 | } | ^ | ) /in/foo.cc:32:2: error: expected ';' at end of input 32 | } | ^ | ; /in/foo.cc:32:2: error: expected '}' at end of input /in/foo.cc:17:1: note: to match this '{' 17 | { | ^
信息
- 递交者
- 类型
- 递交
- 题目
- A5-2 超级素数的个数
- 语言
- C++
- 递交时间
- 2025-05-14 12:18:15
- 评测时间
- 2025-05-14 12:18:15
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes