Problem | sumint |
---|---|
User | ys |
Submission Time | 2025-03-15 20:42:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:14:31: error: expected ‘;’ before ‘std’
14 | std::getline(std::cin, meows)
| ^
| ;
15 |
16 | std::stringstream ss(meows);
| ~~~
sumint.cpp:17:9: error: ‘ss’ was not declared in this scope
17 | while (ss >> num) {
| ^~