mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-10 02:58:48 +00:00
B2003 输出第二个整数
R52361246
This commit is contained in:
parent
2b59f95159
commit
33b4e12a05
10
Luogu/problem/B2003/B2003.cpp
Normal file
10
Luogu/problem/B2003/B2003.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
#include <bits/stdc++.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
int a, b, c;
|
||||
cin >> a >> b >> c;
|
||||
cout << b << endl;
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user