| Problem | sumsumdigit |
|---|---|
| User | xragon |
| Submission Time | 2024-12-11 10:18:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumsumdigit.cpp: In function ‘int main()’:
sumsumdigit.cpp:14:15: error: expected ‘;’ before ‘}’ token
14 | sum += (x+y)
| ^
| ;
15 | }
| ~