Problem | childsetter4 |
---|---|
User | SideQuesting |
Submission Time | 2025-06-17 10:10:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:9:15: error: expected ‘;’ before ‘cout’
9 | cin >> X >> Y
| ^
| ;
10 | cout << Y << X;
| ~~~~