0
点赞
收藏
分享

微信扫一扫

c++ hello word


​​c++ hello word​​



#include <iostream>
using namespace std;

int main()
{
cout << "Hello,World!\n";
return 0;
}




2019-03-12 23:14 ​​luoganttcc​​

举报

相关推荐

0 条评论