Problem sumint
User friendlyfexr
Submission Time 2026-06-13 19:16:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:18:16: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
18 | if (digit == " ") {
| ^~~