哎……又是 If平推字符
#include <bits/stdc++.h>
using namespace std;
signed main(){
char x;
while(cin>>x){
if(x=='1'){
cin>>x;
if(x=='1')cout<<">";
else if(x == '0'){
cin>>x;
if(x=='1')cout<<"]";
else if(x=='0')cout<<"-";
}
}else if (x=='0'){
cin>>x;
if(x=='1'){
cin>>x;
if(x=='1')cout<<"+";
else if(x=='0')cout<"[";
}else if(x=='0')
cout<<"<";
}
}
}
你也可以用map映射,当然也可以……
#include<bits/stdc+