Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
130419 鄢晨曦 05拆分时间 C++ Wrong Answer 2 MS 272 KB 132 2025-09-13 14:49:41

Tests(0/10):


Code:

#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; cout<<a/60/60<<endl; return 0; }


Run Info:

------Input------
602
------Answer-----
0 10 2
------Your output-----
0