posted @ 2018-03-08 08:43
FQT_CJ
Views(104)
Comments(0)
Diggs(0)
#include #include #include #include #include using namespace std; char fun(int x){ if(x==0) return '+'; if(x==1) return '-'; if(x==2) return '*'; if(x==3) return '/'; } int ... Read More
posted @ 2018-03-08 08:38
FQT_CJ
Views(198)
Comments(4)
Diggs(1)

浙公网安备 33010602011771号