I am trying to print this special character “” but we i cannot print it and i get error

前端 未结 0 861
無奈伤痛
無奈伤痛 2021-01-18 12:42

Can I print "" in C++

#include
int main()
{
cout << """ << endl;
return 0;      
}

Is th

相关标签:
回答
  • 消灭零回复
提交回复
热议问题