mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2025-06-24 04:05:03 +07:00
del 4.1, merry christmas!
This commit is contained in:
@ -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.
Reference in New Issue
Block a user