基礎練習 十進制轉十六進制

1 #include<bits/stdc++.h> 2 using namespace std; 3 4 string btox(string b){ 5 if(b=="0000") return "0"; 6 if(b=="0001") return "1"; 7 if(b=="0010") return "2"; 8 if(b=="0011")
相關文章
相關標籤/搜索