Submission
Status:
PPPPPPPPPP
Subtask/Task Score:
100/100
Score: 100
User: NongUnus
Problemset: ASCII
Language: cpp
Time: 0.002 second
Submitted On: 2025-10-17 22:33:42
#include <bits/stdc++.h>
using namespace std;
int main() {
ios::sync_with_stdio(0); cin.tie(0);
char a; cin >> a;
cout << int(a) << '\n';
return 0;
}