题目要求输出“将”(A),“帅”(B)的所有合法位置,并且只能使用一个字节存储变量;解法一: 1 #include 2 using namespace std; 3 4 int main() 5 { 6 int i=81; 7 while(i--) 8 { 9 ... Read More
posted @ 2014-08-28 14:07 chengcy Views(159) Comments(0) Diggs(0)