Skip to content

Commit feb9767

Browse files
committed
11654
1 parent 0c2413c commit feb9767

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

solvedac_class_1/11654.c

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#include <stdio.h>
2+
3+
int main()
4+
{
5+
unsigned char c;
6+
7+
scanf("%c", &c);
8+
printf("%d", c);
9+
return 0;
10+
}

0 commit comments

Comments
 (0)