tozangezan's diary

勝手にソースコードをコピペして利用しないでください。

2016-12-29から1日間の記事一覧

Codeforces Round #381 (Div. 1)

Dが難しすぎてCがクソゲー。レッドコーダー的にはつまらないセット。 A B C D E Place 00:03 00:18 01:42 (+1) - - 51st A: 簡単すぎて逆に焦るやつ #include<stdio.h> #include<math.h> #include<algorithm> #include<queue> #include<string.h> #include<vector> #include<set> using namespace std; const long long </set></vector></string.h></queue></algorithm></math.h></stdio.h>…

Codeforces Round #382 (Div. 1)

結果もあれだがひどいセット。 A B C D E Place 00:09 (+1) 00:16 01:02 (+1) (-1) - 57th A: Fibonnacci heapのあの図みたいな配置。2^nではない。 #include<stdio.h> #include<math.h> #include<algorithm> #include<queue> #include<string.h> #include<vector> #include<set> using namespace std; const long long </set></vector></string.h></queue></algorithm></math.h></stdio.h>…