上一页 1 2 3 4 5 6 ··· 30 下一页
摘要: https://ac.nowcoder.com/acm/problem/16695 #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<int,int> PII; const LL MAXN= 阅读全文
posted @ 2024-03-29 15:44 Vijurria 阅读(31) 评论(0) 推荐(0)
摘要: https://www.acwing.com/problem/content/description/131/ 输入样例: 3 输出样例: 123 132 213 231 321 #include<bits/stdc++.h> using namespace std; typedef long lo 阅读全文
posted @ 2024-03-29 15:11 Vijurria 阅读(30) 评论(0) 推荐(0)
摘要: https://www.acwing.com/problem/content/1493/ 输入样例1: 4 1 1 2 输出样例1: 2 输入样例2: 10 5 1 2 3 4 5 6 7 8 9 10 输出样例2: 112512 #include<bits/stdc++.h> using name 阅读全文
posted @ 2024-03-29 11:52 Vijurria 阅读(27) 评论(0) 推荐(0)
摘要: https://www.acwing.com/problem/content/1113/ #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<int,int> PII; const LL MA 阅读全文
posted @ 2024-03-29 11:50 Vijurria 阅读(49) 评论(0) 推荐(0)
摘要: ##手动调用绘图事件 ![](https://img2023.cnblogs.com/blog/2832235/202307/2832235-20230724170546715-469433605.png) ####widget.h ``` #ifndef WIDGET_H #define WIDG 阅读全文
posted @ 2023-07-24 17:08 Vijurria 阅读(84) 评论(0) 推荐(0)
摘要: ##绘图事件 ![](https://img2023.cnblogs.com/blog/2832235/202307/2832235-20230722232035567-833650556.png) ####widget.h ``` #ifndef WIDGET_H #define WIDGET_H 阅读全文
posted @ 2023-07-22 23:23 Vijurria 阅读(66) 评论(0) 推荐(0)
摘要: ##定时器1 ![](https://img2023.cnblogs.com/blog/2832235/202307/2832235-20230721182054446-627085103.png) ###widget.h ``` #ifndef WIDGET_H #define WIDGET_H 阅读全文
posted @ 2023-07-21 18:35 Vijurria 阅读(148) 评论(0) 推荐(0)
摘要: ##自定义封装控件 ![](https://img2023.cnblogs.com/blog/2832235/202307/2832235-20230719173323703-1794954406.png) ###smallWidgt.h ``` #ifndef SMALLWIDGET_H #def 阅读全文
posted @ 2023-07-19 17:37 Vijurria 阅读(34) 评论(0) 推荐(0)
摘要: ![](https://img2023.cnblogs.com/blog/2832235/202307/2832235-20230719105815540-202531115.png) ``` #include "widget.h" #include "ui_widget.h" #include W 阅读全文
posted @ 2023-07-19 13:28 Vijurria 阅读(105) 评论(0) 推荐(0)
摘要: ![](https://img2023.cnblogs.com/blog/2832235/202307/2832235-20230718184231197-1231632200.png) ![](https://img2023.cnblogs.com/blog/2832235/202307/2832 阅读全文
posted @ 2023-07-18 18:13 Vijurria 阅读(52) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 30 下一页