夢追い人

"It takes a dreamer to make a dream come true."―Vincent Willem van Gogh

2011-11-01から1ヶ月間の記事一覧

一歩後退・・・

この記事に詰め込みます、あしからず。 結果、 896->861 ド━(゚Д゚)━ ン !!! 100単位で下がってる人いて悲しんじゃいけないんだろうけどあと数センチのところで後退とは・・・いとつらき緑・・・

16になって・・・

去年もこんなの書いてた気がするので気分で書きます。15は挑戦の一年でした。朝鮮ではありません。16の一年は成長の一年にしたいと思います。とりあえず勉強とプログラミングの能力を伸ばしていきたいです。はい、今日はこれだけじゃあまたい(笑

Bronze埋めなーーーーー

3618 貪欲 #include <cstdio> #include <cmath> #include <algorithm> using namespace std; struct t { int cost, flag; t() { flag = 1; } }; class Comp { public: bool operator() (const t& a, const t& b) { return abs(a.cost) < abs(b.cost); } }; int main() { int T, N; scan</algorithm></cmath></cstdio>…

522Div2.Easyと523本番

522 Div.2 Easy 二点を選んだときその四角形の中に入る他の点の数の最大を求める。 やるだけ class PointErasingTwo { public: int getMaximum( vector <int> y ) { int result = 0; for (int i=0; i</int>

Bronze埋め

ちょこっと 3051 #include <cstdio> #include <iostream> #include <vector> #include <algorithm> using namespace std; int d[4][2] = {{1,0}, {0,1},{-1,0},{0,-1}}; int W, H; vector<string> maps; int solve(int x, int y) { maps[x][y]='.'; int res = 1; for (int i=0; i<4; i++) { int nx = x + d</string></algorithm></vector></iostream></cstdio>…

だいぶ調子が戻ってきた

AOJ 1007 めんどくさい #include <cstdio> int main() { for (int ix=1;;ix++) { int n; scanf("%d",&n); if (n==0) break; printf("Case %d:\n",ix); int f[n][n]; int nx=0,ny=0; if (n%2==0) { for (int i=1; i<=n*n; i++) { f[nx][ny]=i; if (nx==n-1&&ny%2==0) </cstdio>…

steve jobs

読み終わりましたv(=^0^=)v黙祷→http://www.apple.com/stevejobs/あ、黙祷ではないか(^^ゞ滅茶苦茶面白かったです♪ではちょっと感想。。。この伝記が面白い所以、それはjobsの希望によりありのままのjobsが書かれているからです。決して、美化もされて…

help me about Ubuntu !

ヘルプミーってことでね・・・11.10、なんだかアップデートが問題あるみたいでさ、、、ハングアップするんだよね、起動時。解決策見つけたんだけど、それだと毎回それやんなくちゃ行けなくて・・・・・・・ただでさえ起動遅いのにこんなことないよ(-_-;)なん…