Problem | duckbuttons |
---|---|
User | hitarthdangra |
Submission Time | 2025-06-17 14:03:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:28:1: error: expected ‘}’ at end of input
28 | }
| ^
duckbuttons.cpp:9:30: note: to match this ‘{’
9 | for (int x = 0; x < n; x++) {
| ^
duckbuttons.cpp:28:1: error: expected ‘}’ at end of input
28 | }
| ^
duckbuttons.cpp:5:8: note: to match this ‘{’
5 | main() {
| ^