Submission

Status:

PPPPPPPPPP

Subtask/Task Score:

100/100

Score: 100

User: Namo

Problemset: ASCII

Language: cpp

Time: 0.003 second

Submitted On: 2025-07-23 21:09:28

#include <stdio.h>

main() {
	char a;
	scanf("%c", &a);
	printf("%d", a);
}