Problem | sumsumdigit |
---|---|
User | WHEE29alt |
Submission Time | 2024-12-11 10:10:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumsumdigit.cpp: In function ‘int main()’:
sumsumdigit.cpp:20:43: error: expected ‘;’ before ‘i’
20 | for(int i = 1; i < to_string(x).length() i++) {
| ^~
| ;