Problem | sumint |
---|---|
User | sporknives |
Submission Time | 2024-05-16 18:23:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:11:24: error: expected ‘;’ before ‘}’ token
11 | sum += stol(curr_int)
| ^
| ;
12 | }
| ~