Problem | childsetter4 |
---|---|
User | grapepes |
Submission Time | 2025-06-17 10:20:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:5:5: error: ‘cin’ was not declared in this scope
5 | cin >> N;
| ^~~
childsetter4.cpp:8:9: error: ‘string’ was not declared in this scope
8 | string x, y;}
| ^~~~~~
childsetter4.cpp:9:2: error: ‘cout’ was not declared in this scope
9 | cout << y << " " << x;
| ^~~~