| Problem | threethreethree |
|---|---|
| User | CodeMerah |
| Submission Time | 2026-06-24 11:04:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
threethreethree.cpp: In function ‘int main()’:
threethreethree.cpp:16:28: error: expected ‘;’ before ‘}’ token
16 | if(i==1){one.push_back(i)}
| ^
| ;
threethreethree.cpp:17:29: error: expected ‘;’ before ‘}’ token
17 | if(i==0){zero.push_back(i)}}
| ^
| ;
threethreethree.cpp:18:6: error: ‘i’ was not declared in this scope
18 | if(i==2){two.push_back(i)}
| ^
threethreethree.cpp:22:17: error: expected ‘;’ before ‘}’ token
22 | else{cout<<"NO"}
| ^
| ;