| Problem | addition |
|---|---|
| User | yikai |
| Submission Time | 2026-02-11 18:09:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int add_number(int, int)’:
addition.cpp:4:12: error: expected ‘}’ at end of input
4 | return sum;
| ^
addition.cpp:2:28: note: to match this ‘{’
2 | int add_number(int a,int b){
| ^