mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2025-01-11 23:12:00 +00:00
B2018 打印字符
R53278673
This commit is contained in:
parent
871ed79428
commit
2f59e33006
10
Luogu/problem/B2018/B2018.cpp
Normal file
10
Luogu/problem/B2018/B2018.cpp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#include <bits/stdc++.h>
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
int x;
|
||||||
|
cin >> x;
|
||||||
|
cout << char(x) << endl;
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user