刚开简书
第一波代码
送给 hello, world
以后会把学习到的算法写在这里
拾起遗忘
加深理解
不负自己
#include <iostream>
using namespace std;
int main()
{
cout << "Hello, World!" << endl;
return 0;
}
刚开简书
第一波代码
送给 hello, world
以后会把学习到的算法写在这里
拾起遗忘
加深理解
不负自己
#include <iostream>
using namespace std;
int main()
{
cout << "Hello, World!" << endl;
return 0;
}