posted @ 2018-03-08 08:43 FQT_CJ Views(102) Comments(0) Diggs(0) Edit
#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(194) Comments(4) Diggs(1) Edit