夢追い人

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

2011-10-05から1日間の記事一覧

Try something new for 30 days

皆さんTED.comというサイトはご存知であろうか?僕の学校では今年から英会話が希望制となり、その授業の中でこのTED.comというサイトにある様々な英語の演説を見て、リスニング・語彙力などを高めるというものがある。今日もそんな英会話の授業があったわけ…

SRM520

Medium落ちて500位台 やばい・・・(;・∀・)レートは824->828

あすせんてぃしずむ

めんどいのでコード添付のみ 3620 #include <cstdio> #include <algorithm> using namespace std; int d[4][2] = {{1,0},{-1,0},{0,1},{0,-1}}; int map[100][100]; int n,m,k; int dfs(int x, int y, int sz) { map[x][y]=0; sz++; int res=0; for (int i=0; i<4; i++) { int n</algorithm></cstdio>…