- BC20270082's blog
第一个程序
- @ 2024-9-11 15:04:45
...c++ #include <bits/stdc++.h> using namespace std;
int main() { cout<<"hello world"; return 0; } ...
...c++ #include <bits/stdc++.h> using namespace std;
int main() { cout<<"hello world"; return 0; } ...