摘要: > 很久没写题目了,划点水题 ###A. Love Story ``` #include using namespace std; typedef long long LL; typedef pair PII; const LL MAXN = 1e18; const LL N = 1e6, M = 阅读全文
posted @ 2023-07-12 18:47 高尔赛凡尔娟 阅读(8) 评论(0) 推荐(0) 编辑
摘要: ``` 创建三个按钮,第一个打开一个新的页面,第二个关闭这个新的页面,第三个共有前两个按钮的功能。 ``` ``` #include "widget.h" #include "ui_widget.h" #include #include Widget::Widget(QWidget *parent) 阅读全文
posted @ 2023-07-12 18:39 高尔赛凡尔娟 阅读(16) 评论(0) 推荐(0) 编辑