Problem | childsetter4 |
---|---|
User | grapepes |
Submission Time | 2025-06-17 10:17:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> N;
| ^~~
childsetter4.cpp:4:15: error: expected ‘;’ before ‘==’ token
4 | for (int i == 0; i < N; i++) {
| ^~~
| ;
childsetter4.cpp:4:16: error: expected primary-expression before ‘==’ token
4 | for (int i == 0; i < N; i++) {
| ^~
childsetter4.cpp:4:27: error: expected ‘)’ before ‘;’ token
4 | for (int i == 0; i < N; i++) {
| ~ ^
| )
childsetter4.cpp:4:29: error: ‘i’ was not declared in this scope
4 | for (int i == 0; i < N; i++) {
| ^