题目比较简单,反而我觉得这道题英语比算法难233333
读入数据后,循环判断每个位置是不是都是2就行
1 #include <cstdio> 2 #include <cstring> 3 #include <algorithm> 4 using namespace std; 5 6 #define REP(n) for(int o=0;o<n;o++) 7 8 bool Do(); 9 10 int main(){ 11 //freopen("in.txt","r",stdin); 12 while(Do()); 13 return 0; 14 } 15 16 bool Do(){ 17 const int maxn=105; 18 char s1[maxn],s2[maxn]; 19 REP(maxn) 20 s1[o]=s2[o]='