Submission

Status:

----------

Subtask/Task Score:

0/100

Score: 0

User: Folk_DIWA

Problemset: ASCII

Language: cpp

Time: 0.002 second

Submitted On: 2026-04-01 23:51:47

#include <bits/stdc++.h>
using namespace std;

int32_t main(){
    cin.tie(nullptr)->sync_with_stdio(0);

    char a; cin >> a;
    cout << a - '0';

}