| Problem | sumofdigits |
|---|---|
| User | tianqi0801 |
| Submission Time | 2025-11-09 13:53:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumofdigits.cpp: In function ‘int main()’:
sumofdigits.cpp:7:28: error: expected ‘}’ at end of input
7 | for (int i = 0;i < n; i++) {
| ^
sumofdigits.cpp:7:28: error: expected ‘}’ at end of input
sumofdigits.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^