del 4.1, merry christmas!

This commit is contained in:
firmianay
2017-12-25 13:48:57 +08:00
parent ca00ac14ce
commit c26ae41075
11 changed files with 79 additions and 85 deletions

View File

@ -1,14 +0,0 @@
#include<stdio.h>
#include<string.h>
void main() {
char data[8];
char str[8];
printf("请输入十六进制为 0x1f 的字符: ");
sprintf(str, "%c", 31);
scanf("%s", data);
if (!strcmp((const char *)data, (const char *)str)) {
printf("correct\n");
} else {
printf("wrong\n");
}
}

Binary file not shown.