返回小组 开始 2026-05-21 13:40:00

北清初二期末测试

结束 2026-05-21 17:20:00
Contest is over.
当前 2026-05-23 17:47:40

ca

include

using namespace std; int h, m ,s, t; int main() {

cin>>h>>m>>s>>t;
long long a = h*3600+m*60+s+t;
a %= 86400;
cout<<a/3600<<" "<<a%3600/60<<" "<<a%3600%60; 
return 0;

}


1234ad  •  2天前

比赛已结束。