We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2413c commit feb9767Copy full SHA for feb9767
solvedac_class_1/11654.c
@@ -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