| Problem | sumofdigits |
|---|---|
| User | GanJaeHan |
| Submission Time | 2026-02-11 07:39:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumofdigits.cpp: In function ‘int main()’:
sumofdigits.cpp:8:18: error: invalid types ‘long long int[int]’ for array subscript
8 | totalsum += n[i];
| ^