3 条题解
-
1
#include<bits/stdc++.h> #include<cstring> #include<queue> #include<set> #include<stack> #include<vector> #include<map> #define ll long long using namespace std; const int N=1e5+10; const int M=2023; const int inf=0x3f3f3f3f; int a; bool b; int main() { cin>>a; b=a; a=b; cout<<a; return 0; }
直接按照题目意思来
- 1
信息
- ID
- 840
- 时间
- 1000ms
- 内存
- 128MiB
- 难度
- 1
- 标签
- 递交数
- 63
- 已通过
- 48
- 上传者