jsq
2025-03-16 11:14:20
发布于:浙江
#include <bits/stdc++.h>
#include <Windows.h>
using namespace std;
int main(){
for(int i=11;i<=11;i++){
for(int j=0;j<=50;j++){
for(int k=0;k<60;k++){
cout<<i<<":";
if(j/10%10==0){
cout<<0;
}
cout<<j<<":";
if(k/10%10==0){
cout<<0;
}
cout<<k<<endl;
Sleep(998);
}
}
}
return 0;
}
这里空空如也
有帮助,赞一个