1 #include <iostream>
2 
3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */
4 using namespace std;
5 int main(int argc, char** argv) {
6     char *str="I love CHINA!";
7     cout <<*str<<endl;
8     return 0;
9 }

 

相关文章:

  • 2021-08-07
  • 2021-12-06
  • 2021-09-25
猜你喜欢
  • 2021-07-12
  • 2021-05-19
  • 2021-08-14
  • 2022-12-23
  • 2021-08-08
  • 2021-07-02
  • 2022-12-23
相关资源
相似解决方案