| Problem | charges |
|---|---|
| User | ethanlinHoucheng |
| Submission Time | 2024-11-03 20:21:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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(){
| ^