Problem | reverse |
---|---|
User | hitarthdangra |
Submission Time | 2025-06-18 13:15:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
reverse.cpp: In function ‘int main()’:
reverse.cpp:14:2: error: expected ‘}’ at end of input
14 | }
| ^
reverse.cpp:8:30: note: to match this ‘{’
8 | for (int i = 0; i < n; i++) {
| ^
reverse.cpp:14:2: error: expected ‘}’ at end of input
14 | }
| ^
reverse.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^