Problem 3nplus1II
User Cat
Submission Time 2025-04-01 13:37:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp:9:5: error: expected unqualified-id before ‘for’
9 | for (int i = 2; i <= b; i++) {
| ^~~
3nplus1II.cpp:9:21: error: ‘i’ does not name a type
9 | for (int i = 2; i <= b; i++) {
| ^
3nplus1II.cpp:9:29: error: ‘i’ does not name a type
9 | for (int i = 2; i <= b; i++) {
| ^