Submission

Status:

PPPPPPPPPP

Subtask/Task Score:

100/100

Score: 100

User: APNICHANAN

Problemset: ASCII

Language: cpp

Time: 0.003 second

Submitted On: 2025-10-07 13:13:28

#include <iostream>
using namespace std;
int main()
{
    char c ;
    cin >> c ;
    cout << (int)c ;
}