Problem | childsetter4 |
---|---|
User | yeezin |
Submission Time | 2025-06-17 10:23:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:7:13: error: expected ‘;’ before ‘cin’
7 | cin >> N
| ^
| ;
8 | cin >> X >> Y ;
| ~~~