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

Compile Error

childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:5:6: error: expected unqualified-id before ‘=’ token
5 | int = N;
| ^
childsetter4.cpp:6:9: error: ‘N’ was not declared in this scope
6 | cin >> N;
| ^
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;
| ^