6 条题解
-
2高梓晴 (ts2024stu008) LV 8 @ 2024-12-6 17:40:03
#include <iostream> using namespace std; int main() { long long a,b,c; cin >> a >> b >> c; cout << b; return 0; }
有标志认证,属三无产品,请大家放心食用
-
22024-12-6 17:35:11@
#include<iomanip> #include<cmath> using namespace std; int d,m,n,x,y; long long a,b,c; int main() { cin>>a>>b>>c; cout<<b; return 0; }
-
12022-8-28 18:02:09@
#include<iostream> using namespace std; int main() { long long a,b,c; cin>>a>>b>>c; cout<<b; return 0; }
-
02023-8-7 16:08:21@
#include<bits/stdc++.h> #include<cstring> #include<queue> #include<set> #include<stack> #include<vector> #define ll long long using namespace std; const int N=1e5+10; const int M=2023; const int inf=0x3f3f3f3f; ll x,y; int main() { cin>>x>>y>>x; cout<<y; return 0; }
-
02023-3-26 17:00:30@
-
02023-3-11 11:15:02@
#include<bits/stdc++.h> using namespace std; int a,b,c; int main() { cin>>a>>b>>c; cout<<b; }
- 1
信息
- ID
- 2722
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 1
- 标签
- 递交数
- 322
- 已通过
- 179
- 上传者