Problem 3nplus1
User Runjia
Submission Time 2025-02-08 13:08:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:21:15: error: expected ‘;’ before ‘<’ token
21 | for(int i=0,i<v.size(),i++){
| ^
| ;
3nplus1.cpp:21:15: error: expected primary-expression before ‘<’ token
3nplus1.cpp:21:16: error: ‘v’ was not declared in this scope
21 | for(int i=0,i<v.size(),i++){
| ^
3nplus1.cpp:21:28: error: expected ‘;’ before ‘)’ token
21 | for(int i=0,i<v.size(),i++){
| ^
| ;