Skip to content

Instantly share code, notes, and snippets.

@wengxt
wengxt / test.cpp
Last active March 7, 2018 17:48 — forked from yume-chan/test.cpp
#include <functional>
#include <iostream>
template <class F>
struct wrapper {
F f;
};
template <class F>
# coding: utf-8
import requests
import json
import time
import sys
import random
from threading import Thread
#输入你对应的authkey和sign
auth_key = ''