当前位置:网站首页>The 12th Blue Bridge Cup
The 12th Blue Bridge Cup
2022-07-03 20:30:00 【Xuanhong Zhou】
This article will be continuously updated
Time to show
#include<iostream>
using namespace std;
long long n;
long long second;
int main(){
cin>>n;
second=n/1000;
long long sec=second%60;
long long min=(second/60)%60;
long long h=(second/3600)%24;
if(sec<10){
if(min<10){
if(h<10)
cout<<0<<h<<":"<<0<<min<<":"<<0<<sec<<endl;
else
cout<<h<<":"<<0<<min<<":"<<0<<sec<<endl;
}
else{
if(h<10)
cout<<0<<h<<":"<<min<<":"<<0<<sec<<endl;
else
cout<<h<<":"<<min<<":"<<0<<sec<<endl;
}
}
else{
if(min<10){
if(h<10)
cout<<0<<h<<":"<<0<<min<<":"<<sec<<endl;
else
cout<<h<<":"<<0<<min<<":"<<sec<<endl;
}
else{
if(h<10)
cout<<0<<h<<":"<<min<<":"<<sec<<endl;
else
cout<<h<<":"<<min<<":"<<sec<<endl;
}
}
return 0;
}
The final output can be less troublesome , direct
printf("%02d:%02d:%02d",h,m,s);In this form
边栏推荐
- Rad+xray vulnerability scanning tool
- Sword finger offer 30 Stack containing min function
- Do you really know how old you are?
- Teach you how to quickly recover data by deleting recycle bin files by mistake
- Test access criteria
- Qtablewidget control of QT
- 2.5 conversion of different data types (2)
- Example of peanut shell inner net penetration
- How to modify the network IP addresses of mobile phones and computers?
- MPLS configuration
猜你喜欢

MPLS configuration

Shortest path problem of graph theory (acwing template)

In 2021, the global foam protection packaging revenue was about $5286.7 million, and it is expected to reach $6615 million in 2028

Popularize the basics of IP routing

The 29th day of force deduction (DP topic)

你真的知道自己多大了吗?

18、 MySQL -- index

Upgrade PIP and install Libraries

Q&A:Transformer, Bert, ELMO, GPT, VIT

Machine learning support vector machine SVM
随机推荐
[effective Objective-C] - block and grand central distribution
FAQs for datawhale learning!
JVM JNI and PVM pybind11 mass data transmission and optimization
[Yugong series] February 2022 Net architecture class 004 ABP vNext used in WPF project
2022 safety officer-c certificate examination and safety officer-c certificate registration examination
Global and Chinese market of electrolyte analyzers 2022-2028: Research Report on technology, participants, trends, market size and share
[postgresql]postgresql custom function returns an instance of table type
Fingerprint password lock based on Hal Library
Parental delegation mechanism
Machine learning support vector machine SVM
TLS environment construction and plaintext analysis
Change deepin to Alibaba image source
Global and Chinese markets of polyimide tubes for electronics 2022-2028: Research Report on technology, participants, trends, market size and share
Gee calculated area
Global and Chinese market of cyanuric acid 2022-2028: Research Report on technology, participants, trends, market size and share
Apprentissage intensif - notes d'apprentissage 1 | concepts de base
About unregistered transfer login page
Get log4net log file in C - get log4net log file in C
How to handle wechat circle of friends marketing activities and share production and release skills
Task of gradle learning