| Problem | sumint |
|---|---|
| User | AdwinLau |
| Submission Time | 2024-04-05 16:13:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:13:17: error: ‘strtok’ was not declared in this scope; did you mean ‘strtoq’?
13 | char *token = strtok(input, " ");
| ^~~~~~
| strtoq