Problem 3nplus1II
User leafeon
Submission Time 2025-05-27 17:42:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:12:29: error: expected ‘)’ before numeric constant
12 | for (int k = 0; k < b; k ++0){
| ~ ^
| )
3nplus1II.cpp:12:30: error: expected ‘;’ before ‘)’ token
12 | for (int k = 0; k < b; k ++0){
| ^
| ;