藍橋杯 十六進制轉十進制

#include<iostream> #include<ctype.h> #include<math.h> using namespace std; int main(int argc, char **argv) { string str; cin>>str; string::iterator p=str.end(); p--; int x=0; long long
相關文章
相關標籤/搜索