Run ID:110104

提交时间:2025-02-14 16:38:11

#include<bits/stdc++.h> using namespace std; int maina(){ int x; cin>>x; cout<<x/3600<<" "<<x/60<<" "<<x/6 }