摘要:
注意 不用vis[]判断 直接在 did结构体里面写operator < 写cmp的话要超时!!! #include<bits/stdc++.h> using namespace std; typedef long long ll; const int inf=(1<<31)-1; const in 阅读全文
摘要:
实现原理 tkinter 设计图形交互界面 在百度开发者平台申请权限 获得 appid 密钥 为保证安全 要使用 sign签名:使用md5算法 生成的一段字符串 生成的签名长度为32位 英文字符均为小写格式 签名生成的方法: 将请求参数中的 aappid+query(q,注意为'utf-8'编码)+ 阅读全文