Problem charges
User ethanlinHoucheng
Submission Time 2024-11-03 20:21:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

charges.cpp: In function ‘void solution2()’:
charges.cpp:95:11: error: a function-definition is not allowed here before ‘{’ token
95 | int main(){
| ^
charges.cpp:99:10: error: expected ‘}’ at end of input
99 | return 0;}
| ^
charges.cpp:75:17: note: to match this ‘{’
75 | void solution2(){
| ^