- C++
哈哈哈
- @ 2025-7-22 14:55:10
#include <bits/stdc++.h>
using namespace std;
int main(){
cout<<"hello,world!";
return 0;
}
2 条评论
-
-
@ 2025-7-22 15:36:02goodbye,world!
- 1
#include <bits/stdc++.h>
using namespace std;
int main(){
cout<<"hello,world!";
return 0;
}