0分求调,壶关
查看原帖
0分求调,壶关
1630835
meng17801182280楼主2025/8/30 14:29
#include<bits/stdc++.h>
using namespace std;
void Helloworld(string s){
	cout << s;
	return;
}
int main(){
	Helloworld("printf();\n");
	Helloworld("cout << ;\n");
	return 0;
}
2025/8/30 14:29
加载中...