摘要:
1 /* poj2996 2 * id: symons 3 * memory 700k 4 * time 0ms 5 */ 6 #include <iostream> 7 #include <string> 8 #include <algorithm> 9 #include <stdio.h>10 using namespace std;11 12 string gird[17];13 14 void output_white(char aim)15 {16 int l=gird[0].length();17 18 for(int i... 阅读全文
posted @ 2013-04-12 02:02
symons
阅读(169)
评论(0)
推荐(0)
浙公网安备 33010602011771号