| Problem | sumint |
|---|---|
| User | friendlyfexr |
| Submission Time | 2026-06-13 19:17:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:16:11: error: ‘itos’ was not declared in this scope
16 | digit = itos(numbers[i]);
| ^~~~
sumint.cpp:18:16: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
18 | if (digit == " ") {
| ^~~