Problem duckbuttons
User tanyikai
Submission Time 2025-06-17 13:48:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:6:12: error: expected ‘;’ before ‘return’
6 | cout<<0
| ^
| ;
7 | return 0;
| ~~~~~~