Submission
Status:
PPPPPPPPPP
Subtask/Task Score:
100/100
Score: 100
User: kavin8888
Problemset: ASCII
Language: cpp
Time: 0.002 second
Submitted On: 2025-10-22 17:55:18
#include<bits/stdc++.h>
using namespace std;
#define spps1 ios::sync_with_stdio(false)
#define spps2 cin.tie(nullptr)
int main()
{
spps1; spps2;
char a; cin>>a;
cout<<int(a);
}