C++二進制轉十進制源代碼

// ConsoleApplication1.cpp : 定義控制檯應用程序的入口點。 // #include "stdafx.h" #include <iostream> #include <Windows.h> using namespace std; int power(int a,int b) { int val=1; for (int i = 0; i < b; i++) {
相關文章
相關標籤/搜索