Problem 3nplus1
User Abi
Submission Time 2024-07-19 16:17:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:8:28: error: expected ‘;’ before ‘)’ token
8 | for (int i =0; i < x, i++) {
| ^
| ;
3nplus1.cpp:15:29: error: expected ‘;’ before ‘)’ token
15 | for (int i = 0; i < x, i++) {
| ^
| ;