Problem childsetter4
User Xavier
Submission Time 2025-06-17 10:55:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:7:2: error: ‘String’ was not declared in this scope
7 | String X, Y;
| ^~~~~~
childsetter4.cpp:9:7: error: ‘i’ was not declared in this scope
9 | for (i = 0; i < n; i++){
| ^
childsetter4.cpp:9:18: error: ‘n’ was not declared in this scope
9 | for (i = 0; i < n; i++){
| ^
childsetter4.cpp:10:10: error: ‘X’ was not declared in this scope
10 | cin >> X >> Y;
| ^
childsetter4.cpp:10:15: error: ‘Y’ was not declared in this scope
10 | cin >> X >> Y;
| ^