问题标题: 某代码1.0

0
0
已解决
郑皓予
郑皓予
初级光能
初级光能

#include<iostream>
#include<bits/stdc++.h>
#include<unistd.h>
#include<windows.h>
#include<conio.h>
#include<tlhelp32.h>

using namespace std;
int main(){
    MessageBox(NULL,"目前系统为未完成版本","软件提示",MB_OKCANCEL);
    system("pause");
    system("cls");
    cout<<"Start loading within ten seconds";
    sleep(3);
    system("cls");
    for(int i=1;i<=2;i++){
        cout<<"正在启动软件.";
        sleep(1);
        system("cls");
        cout<<"正在启动软件..";
        sleep(1);
        system("cls");
        cout<<"正在启动软件...";
        sleep(1);
        system("cls");
        cout<<"正在启动软件....";
        sleep(1);
        system("cls");
    }
    cout<<"______________________________________"<<endl;
    cout<<"|             名字没想好             |"<<endl;
    cout<<"|       这是一个普通的写作工具       |"<<endl;
    cout<<"|      它在2025年7月3日开始制作      |"<<endl;
    sleep(1);
    cout<<"|        目前基础操作正在完善        |"<<endl;
    cout<<"|                                    |"<<endl;
    cout<<"|                                    |"<<endl;
    cout<<"|                                    |"<<endl;
    sleep(1);
    cout<<"|                                    |"<<endl;
    cout<<"|                                    |"<<endl;
    cout<<"|                                    |"<<endl;
    sleep(1);
    cout<<"^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"<<endl;
    sleep(2);
    system("pause");
    system("cls");
    MessageBox(NULL,"未更新","软件提示",MB_OKCANCEL);
    cout<<"Error!!!"<<endl;
    cout<<"出错了!!!3秒后退出应用。";
    sleep(3);
    system("cls");
    return 0;
}
 

 

 

如有意见,请提出,名字没想好,谁能帮我想一下。

郑皓予在2025-07-04 11:35:11追加了内容

@宣墨一  写完能投稿吗

郑皓予在2025-07-04 11:36:15追加了内容

#include<iostream>

#include<bits/stdc++.h>

#include<unistd.h>

#include<windows.h>

#include<conio.h>

#include<tlhelp32.h>

using namespace std;

int main(){

    MessageBox(NULL,"目前系统为未完成版本","软件提示",MB_OKCANCEL);
    
    system("pause");
    
    system("cls");
    
    cout<<"Start loading within ten seconds";
    
    sleep(3);
    
    system("cls");
    
    for(int i=1;i<=2;i++){
    
        cout<<"正在启动软件.";
        
        sleep(1);
        
        system("cls");
        
        cout<<"正在启动软件..";
        
        sleep(1);
        
        system("cls");
        
        cout<<"正在启动软件...";
        
        sleep(1);
        
        system("cls");
        
        cout<<"正在启动软件....";
        
        sleep(1);
        
        system("cls");
        
    }
    cout<<"______________________________________"<<endl;
    
    cout<<"|             名字没想好             |"<<endl;
    
    cout<<"|       这是一个普通的写作工具       |"<<endl;
   
    cout<<"|      它在2025年7月3日开始制作      |"<<endl;
    
    sleep(1);
    
    cout<<"|        目前基础操作正在完善        |"<<endl;
    
    cout<<"|                                    |"<<endl;
    
    cout<<"|                                    |"<<endl;
    
    cout<<"|                                    |"<<endl;
    
    sleep(1);
    
    cout<<"|                                    |"<<endl;
    
    cout<<"|                                    |"<<endl;
    
    cout<<"|                                    |"<<endl;
    
    sleep(1);
    
    cout<<"^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"<<endl;
    
    sleep(2);
    
    system("pause");
    
    system("cls");
    
    MessageBox(NULL,"未更新","软件提示",MB_OKCANCEL);
    
    cout<<"Error!!!"<<endl;
    
    cout<<"出错了!!!3秒后退出应用。";
    
    sleep(3);
   
    system("cls");
    
    return 0;

}
 

 

 

郑皓予在2025-07-04 11:36:29追加了内容

如有意见,请提出,名字没想好,谁能帮我想一下。

郑皓予在2025-07-04 11:36:46追加了内容

@宣墨一  写完能投稿吗


0
0
0
我要回答