- BC20270081's blog
第一个程序
- 2024-9-11 15:04:10 @
#include <bits/stdc++.h> using namespace std;
int main() { cout<<"hello world"; return 0; }
#include <bits/stdc++.h> using namespace std;
int main() { cout<<"hello world"; return 0; }
By signing up a HFOJ universal account, you can submit code and join discussions in all online judging services provided by us.