2012-07-01から1ヶ月間の記事一覧

maze algorithm について

wikipedia Maze solving algorithm - Wikipedia 迷路作成です。 書いてみました。 #include<iostream> #include<string> #include<cstdio> #include<ctime> #include<algorithm> #define x 100 //横 #define y 50//縦 int MAP[x+1][y+1]; //table int site(0); //サイトの登録数 int xx[x*y/4],yy[x*y/4];</algorithm></ctime></cstdio></string></iostream>…

ICPC国内予選を振り返って

チームjoin_usで参加しました。 成績としては74/423位でした。 僕はCはを担当しました。ただの実装なのに解けなかったのがくやしいです。 他の2人は本当に頑張ってたのに本当に申し訳ない感があります。 明らかな実力不足だったので少し今回のでヤル気のベク…