| Problem | eeducation |
|---|---|
| User | kesleryak |
| Submission Time | 2024-03-18 20:38:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eeducation.cpp: In function ‘int main()’:
eeducation.cpp:12:33: error: variable ‘std::istringstream iss’ has initializer but incomplete type
12 | std::istringstream iss(input);
| ^
eeducation.cpp:19:34: error: variable ‘std::istringstream iss2’ has initializer but incomplete type
19 | std::istringstream iss2(input);
| ^