| Problem | transform |
|---|---|
| User | ForgottenDragon |
| Submission Time | 2025-10-15 15:22:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
transform.cpp: In function ‘int main()’:
transform.cpp:24:19: error: expected ‘;’ before ‘return’
24 | cout << -1
| ^
| ;
25 | return 0;
| ~~~~~~