| Problem | 3nplus1 |
|---|---|
| User | claireau |
| Submission Time | 2024-06-04 21:51:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:9:15: error: aggregate ‘std::ostringstream result’ has incomplete type and cannot be defined
9 | ostringstream result;
| ^~~~~~
3nplus1.cpp:27:9: error: ‘resut’ was not declared in this scope
27 | cout << resut.str()<<endl;
| ^~~~~