Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
110438 郭湛文 05拆分时间 C++ Wrong Answer 0 MS 268 KB 338 2025-02-21 17:38:47

Tests(0/10):


Code:

#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ long long a; cin>>a; cout<<a/3600<<" "<<a/60<<" "<<a; return 0; }


Run Info:

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