09 2015 档案
摘要:1 #include 2 #include 3 using namespace std; 4 stack optr; 5 stack opnd; 6 int oplevel(char op) 7 { 8 if(op=='=') 9 {10 return 0;11...
阅读全文
摘要:Question:http://poj.org/problem?id=1753问题点:穷举。 1 #include 2 using namespace std; 3 bool a[4][4];//记录输入 4 bool b[4][4];//记录操作 5 bool c[4][4];//中间变量 6 ...
阅读全文
摘要:Question:http://poj.org/problem?id=1001问题点:大数运算(求幂) 1 #include 2 using namespace std; 3 #define max 1000 4 char a[max]; 5 char b[max]; 6 char c[max];...
阅读全文

浙公网安备 33010602011771号