| Problem | sumsumdigit |
|---|---|
| User | hyishigh |
| Submission Time | 2024-12-11 09:37:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumsumdigit.cpp: In function ‘int main()’:
sumsumdigit.cpp:12:10: error: request for member ‘size’ in ‘n’, which is of non-class type ‘long long int’
12 | n = n.size();
| ^~~~