多样性题解
2026-02-28 20:26:37
发布于:江苏
9阅读
0回复
0点赞
c++
#include <bits/stdc++.h>//万能头文件
using namespace std;
int main() {
int n;//定义
cin >> n;//输入
cout << 0;//输出
return 0;
}
py代码
n = int(input())
print(0)
这里空空如也
2026-02-28 20:26:37
发布于:江苏
#include <bits/stdc++.h>//万能头文件
using namespace std;
int main() {
int n;//定义
cin >> n;//输入
cout << 0;//输出
return 0;
}
n = int(input())
print(0)
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个