Problem | childsetter4 |
---|---|
User | WangZhenxuan |
Submission Time | 2025-06-17 10:04:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:9:16: error: ‘X’ was not declared in this scope
9 | cin >> X >> Y;
| ^
childsetter4.cpp:9:21: error: ‘Y’ was not declared in this scope
9 | cin >> X >> Y;
| ^
childsetter4.cpp: At global scope:
childsetter4.cpp:13:5: error: expected unqualified-id before ‘return’
13 | return 0;
| ^~~~~~
childsetter4.cpp:14:1: error: expected declaration before ‘}’ token
14 | }
| ^