Problem | greeting |
---|---|
User | ShaquilleOatmeal34 |
Submission Time | 2025-02-17 15:10:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:4:2: error: ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} is not a template
4 | string <s> ;
| ^~~~~~
greeting.cpp:4:10: error: ‘s’ was not declared in this scope
4 | string <s> ;
| ^
greeting.cpp:4:11: error: declaration does not declare anything [-fpermissive]
4 | string <s> ;
| ^