《初遇博客》
《2021.8.3》
第一次用,余生多多指教
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
const int N = 2e5 + 10;
#define IOS
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0)
int main()
{
cout << "Hello World!" << endl;
return 0;
}