Submission

Status:

PPPPPPPPPP

Subtask/Task Score:

100/100

Score: 100

User: un8qe_x3

Problemset: ASCII

Language: cpp

Time: 0.003 second

Submitted On: 2025-10-18 17:25:46

#include<bits/stdc++.h>
using namespace std;
#define For(len) for(int i=0; i<len; i++)
int main(){
    ios_base::sync_with_stdio(false);
    cin.tie(NULL);
    char a;cin >> a;cout << int(a);
}