tozangezan's diary

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

2017-01-01から1日間の記事一覧

Codeforces Round #373 (Div. 1)

紫コーダーはDiv1のwriterやるのやめてほしい。 A B C D E Place 00:13 削除*1 01:02 -4 - 42th A: 一番左に出てきた5を四捨五入していく。ひどい実装問題。 #include<stdio.h> #include<math.h> #include<algorithm> #include<queue> #include<string.h> #include<vector> #include<set> #include<stdlib.h> using namespace std;</stdlib.h></set></vector></string.h></queue></algorithm></math.h></stdio.h>…

2017年の目標

去年は実験的に目標を立てなかったのですが、なんかいまいち何もできませんでした。今年は逆に努力系の目標を立ててみることにします。 競技プログラミング Div1 Hard のAC数を450以上にする 現在、306。ここ2年間と難しい時代のはまだまだたくさん問題が残…