Problem showertheduck
User Josh28acc2
Submission Time 2023-12-29 15:01:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

showertheduck.cpp: In function ‘void solve()’:
showertheduck.cpp:31:15: error: a function-definition is not allowed here before ‘{’ token
31 | signed main() {
| ^
showertheduck.cpp:36:1: error: expected ‘}’ at end of input
36 | }
| ^
showertheduck.cpp:18:14: note: to match this ‘{’
18 | void solve() {
| ^