我的专属框架
原题链接:422.输出文字12024-01-20 19:14:34
发布于:山东
#include<bits/stdc++.h>
using namespace std;
int main(){
return 0;
}
//wbn专属框架;可以盗用;
全部评论 1
#include <iostream>
using namespace std;
int main(){
cout<<"Hello world";
return 0;
}2025-09-20 来自 浙江
0












有帮助,赞一个