| Problem | sumsumdigit |
|---|---|
| User | j0ashhh |
| Submission Time | 2026-01-12 21:31:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumsumdigit.cpp: In function ‘std::vector<long long int> sod(long long int)’:
sumsumdigit.cpp:8:3: error: expected ‘,’ or ‘;’ before ‘while’
8 | while(x != 0){
| ^~~~~