Submission #69048


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include<bits/stdc++.h>
#define dou double
#define ll long long
#define int2 int,int
#define all(l) l.begin(),l.end()
#define gi greater<int>()
#define pb push_back
#define mp make_pair
using namespace std;
int main(){
int d;
cin>>d;
int ho,se,mi;
ho=d/3600;
se=(d/60)%60;
mi=((d%60)%60)%60;
cout<<ho<<" "<<se<<" "<<mi<<"\n";
return 0;
}

ステータス

項目 データ
問題 1451 - 角度の変換
ユーザー名 ei2113
投稿日時 2021-11-13 12:53:35
言語 C++17
状態 Accepted
得点 3
ソースコード長 387 Byte
最大実行時間 33 ms
最大メモリ使用量 704 KB

セット

セット 得点 Cases
1 ALL 3 / 3 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
in1 AC 33 ms 604 KB
1
in2 AC 25 ms 544 KB
1
in3 AC 23 ms 512 KB
1
in4 AC 21 ms 484 KB
1
in5 AC 17 ms 456 KB
1
in6 AC 30 ms 424 KB
1
in7 AC 24 ms 524 KB
1
in8 AC 32 ms 628 KB
1
in9 AC 21 ms 604 KB
1
in10 AC 20 ms 704 KB
1