文章很好,但题我用Python都能做
2024-07-22 13:47:46
发布于:上海
6阅读
0回复
0点赞
C++:
#include<bits/stdc++.h>
using namespace std;
int main(){
cout<<1;
return 0;
}
Python:
print(1)
这里空空如也
2024-07-22 13:47:46
发布于:上海
C++:
#include<bits/stdc++.h>
using namespace std;
int main(){
cout<<1;
return 0;
}
Python:
print(1)
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个