mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-08 13:58:48 +00:00
7. 子任务测试
https://hydro.ac/d/system_test/record/61a06b941bfac3096ee5c261
This commit is contained in:
parent
c089ad2557
commit
399f52135e
12
Hydro/system_test/7/7.cpp
Normal file
12
Hydro/system_test/7/7.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
#include <bits/stdc++.h>
|
||||
|
||||
using std::cin;
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
|
||||
int main() {
|
||||
int x;
|
||||
cin >> x;
|
||||
cout << x << endl;
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user