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

Compile Error

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