摘要: #include <bits/stdc++.h> #include <windows.h> using namespace std; int main(){ int maxx = 10,minn = 0,i = 0; string t; cout<<"请想一个数字"<<endl; if(Messag 阅读全文
posted @ 2024-05-04 10:03 王一行(小号) 阅读(38) 评论(0) 推荐(0)
摘要: #include <iostream> #include <Windows.h> using namespace std; int main(int argc, char** argv) { MessageBox(NULL,"只有确认按钮","信息框",MB_OK); MessageBox(NULL 阅读全文
posted @ 2024-05-04 09:04 王一行(小号) 阅读(64) 评论(0) 推荐(0)