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