Submission #67653


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include<iostream>
#include<vector>
#include<algorithm>
#include<cmath>
#include<stack>
#include<queue>
using namespace std;
int main(){
int a,o;
cin>>a>>o;
a/=3600;
o/=3600;
cout<<a<<" "<<o<<"\n";
return(0);
}

ステータス

項目 データ
問題 1437 - 緯度経度
ユーザー名 ei2113
投稿日時 2021-07-20 15:38:45
言語 C++
状態 Accepted
得点 3
ソースコード長 248 Byte
最大実行時間 45 ms
最大メモリ使用量 660 KB

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
in1 AC 45 ms 604 KB
1
in2 AC 19 ms 604 KB
1
in3 AC 23 ms 444 KB
1
in4 AC 29 ms 416 KB
1
in5 AC 33 ms 520 KB
1
in6 AC 22 ms 620 KB
1
in7 AC 28 ms 588 KB
1
in8 AC 24 ms 560 KB
1
in9 AC 18 ms 660 KB
1
in10 AC 30 ms 576 KB
1
in11 AC 22 ms 412 KB
1
in12 AC 24 ms 640 KB
1