Test_HelloWorld

Hello                      World

1 #include<bits/stdc++.h>
2 #define ios ios::sync_with_stdio(false);cin.tie(0),cout.tie(0)
3 #define endl "\n"
4 using namespace std;
5 int main(){;
6     ios;
7     cout << "HelloWorld" << endl;
8     return 0;
9 }

https://conqueror712.gitee.io/conqueror712.gitee.io/

posted @ 2022-03-21 22:41  Conqueror712  阅读(40)  评论(1)    收藏  举报