Problem | sumsumdigit |
---|---|
User | xragon |
Submission Time | 2024-12-11 09:02:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumsumdigit.cpp: In function ‘int main()’:
sumsumdigit.cpp:6:11: error: expected ‘;’ before ‘}’ token
6 | cout << 1
| ^
| ;
7 | }
| ~