当前位置:
代码迷
>>
综合
>> mystery
详细解决方案
mystery
热度:
0
发布时间:
2024-01-09 06:47:27.0
#include <stdio.h>
void
mystery(int n)
{
n += 5;
n /= 10;
printf("%s", "**********"[10-n]);
}
查看全文
相关解决方案
第三十八题——[BJDCTF2020]The mystery of ip
BUUCTF-The mystery of ip【Smarty-SSTI模板注入】
mystery
Codeforces 1425F Flamingoes of Mystery
[BJDCTF2020]The mystery of ip(xff,smarty模板注入)