摘要: #encoding=utf-8 #!usr/bin/python from pwn import * io = remote('111.198.29.45',42643) io.recvuntil("secret[0] is ") # recvuntil(some_string) 接收到 some_ 阅读全文
posted @ 2019-10-31 18:37 东坡肉肉君 阅读(1114) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<stdio.h> using namespace std; /** 创建一个堆:大的数是根 */ void swap(int arr[],int i,int j) { int temp= arr[i]; arr[i]=arr[j]; arr[j 阅读全文
posted @ 2019-10-31 13:18 东坡肉肉君 阅读(180) 评论(0) 推荐(0) 编辑