欢乐赛#40 | T1题解
2025-02-10 07:39:23
发布于:北京
12阅读
0回复
0点赞
T1:
这是一道很水的题,只要用C++中的cout
语句或Python中的print()
函数即可。
C++代码:
#include<bits/stdc++.h>
using namespace std;
int main(){
cout << 2028;
}
Python代码:
print(2028)
这里空空如也
2025-02-10 07:39:23
发布于:北京
这是一道很水的题,只要用C++中的cout
语句或Python中的print()
函数即可。
#include<bits/stdc++.h>
using namespace std;
int main(){
cout << 2028;
}
print(2028)
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个