Problem | greeting |
---|---|
User | Jordis00fed |
Submission Time | 2024-03-01 16:58:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:3:40: error: expected unqualified-id before string constant
3 | using namespace std;int main(){string "S";cin>>"S";cout<<""S"ni hao, xin nain kuai le!";}
| ^~~
greeting.cpp:3:47: error: no match for ‘operator>>’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘const char [2]’)
3 | using namespace std;int main(){string "S";cin>>"S";cout<<""S"ni hao, xin nain kuai le!";}
| ~~~^~~~~
| | |
| | const char [2]
| std::istream {aka std::basic_istream<char>}
In file included from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/in