Problem | wrongreverse |
---|---|
User | blackpanther |
Submission Time | 2025-06-20 15:12:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wrongreverse.cpp: In function ‘int main()’:
wrongreverse.cpp:17:9: error: expected ‘;’ before ‘cout’
17 | cin>>y
| ^
| ;
18 | cout<<y;
| ~~~~