Submission

Status:

PPPPPPPPPP

Subtask/Task Score:

100/100

Score: 100

User: purihorharin

Problemset: ASCII

Language: c

Time: 0.002 second

Submitted On: 2026-03-19 21:28:46

#include <stdio.h>

int main () {
    int c = getchar();
    printf("%d", c);
}