mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2025-02-17 14:47:04 +00:00
parent
8fb7219215
commit
fa7f8be482
10
XJOI/problem/3566/3566.cpp
Normal file
10
XJOI/problem/3566/3566.cpp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#include <bits/stdc++.h>
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
int x;
|
||||||
|
cin >> x;
|
||||||
|
cout << x << endl;
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user