#include<bits/stdc++.h>
#include <cstdio>
#include <windows.h>
using namespace std;
int xc,yc;
int main(){
cout<<"550C boot module stsrts..."<<endl;
cout<<" "<<endl;
_sleep(800);
cout<<" System seif-test module starts..."<<endl;
cout<<" "<<endl;
_sleep(900);
cout<<" Processor cluster check..."<<endl;
cout<<" "<<endl;
_sleep(800);
cout<<" Memory and storage array check..."<<endl;
cout<<" "<<endl;
_sleep(990);
cout<<" Inspection of motherboard and power supply..."<<endl;
cout<<" "<<endl;
_sleep(880);
cout<<"---550C self-test compiated!---"<<endl;
cout<<" "<<endl;
_sleep(1200);
cout<<"Enter 550C-DOS real-time global overwrite mobe"<<endl;
cout<<" "<<endl;
_sleep(1000);
for(int a=0;a<=100;a++){
cout<<"Establish a link with the local system "<<a<<"%"<<endl;
_sleep(50);
}
cout<<" "<<endl;
_sleep(1000);
cout<<"-----Successfully established a link with the local system! 100%-----"<<endl;
cout<<" "<<endl;
_sleep(2000);
cout<<"Identify local system characteristics..."<<endl;
cout<<" "<<endl;
_sleep(2000);
for(int b=0;b<=100;b++){
cout<<"Identify lo
C++模拟《流浪地球2》550C覆写系统
于 2023-07-31 23:33:11 首次发布