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

ARC 088 E - Papple Sort

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2017-12-30-arc-088-e/"); head.appendChild(…

Indeed study session に競プロ的な愚直解コードを投げてしまった話

Indeed study session に参加して思ったこと。 Indeed study sessionとは 提出したコードをレビューしてもらえる勉強会。 書いたコードについて色々言ってもらえる。ちなみに2次募集の締め切りが 12/20 です。 学んだこと 競プロの気持ちでやってはダメだよ…

dein.vimとdeopleteをmacにインストールする。

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2017-11-26-vim-plugins/"); head.appendChil…

AtCoder Beginner Contest D問題ジャンル分け

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2017-10-29-categorize-d/"); head.appendChi…

ARC016 - C ソーシャルゲーム

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2017-10-27-arc-016-c/"); head.appendChild(…

ARC067 - E Grouping

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2017-10-26-arc-067-e/"); head.appendChild(…

ABC009 - D 漸化式

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2017-10-24-abc-009-d/"); head.appendChild(…

ABC025D - 25個の整数

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2017-10-23-abc-025-d/"); head.appendChild(…

AOJ 0553 ダンジョンの解説

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2017-08-30-aoj-0553/"); head.appendChild(m…

構文解析初心者でも解ける問題を集めた+解説

競技プログラミングにおいての構文解析問題を集めました。難易度はAOJ-ICPCで300点程度です。

vimに構文チェックのプラグインを入れた(C++)

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2017-05-21-vim-syntax-check/"); head.appen…

AOJ - 2170 Marked Ancestor

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2017-04-02-aoj-2170/"); head.appendChild(m…

ネットワークインターフェイスの名前

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2017-02-27-network-interface/"); head.appe…

vimで構文ハイライトをいじった

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2017-02-17-syntax-highlight/"); head.appen…

sshでリモートマシンへログインする際にやったこと

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2017-02-13-ssh-login/"); head.appendChild(…

グラフ メモ

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2017-02-11-graph-terms/"); head.appendChil…

典型探索問題を解く

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2017-02-06-solve-typical/"); head.appendCh…

POJ1990 MooFest

var doc = document; var head = doc.getElementsByTagName("head")[0]; var meta = doc.createElement("link"); meta.setAttribute("rel","canonical"); meta.setAttribute("href","https://noy72.com/articles/2017-02-05-poj-1990/"); head.appendChild(m…