Run ID:130419
提交时间:2025-09-13 14:49:41
#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; cout<<a/60/60<<endl; return 0; }