| Problem | sumsumdigit |
|---|---|
| User | carson |
| Submission Time | 2026-01-22 18:21:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumsumdigit.cpp: In function ‘int main()’:
sumsumdigit.cpp:11:3: error: expected ‘;’ before ‘for’
11 | a
| ^
| ;
12 | for(int i = 1; i <= n; i++){
| ~~~
sumsumdigit.cpp:12:17: error: ‘i’ was not declared in this scope
12 | for(int i = 1; i <= n; i++){
| ^