Convert a number from decimal to binary in C, C++, Java and Python ... long int binary = 0; int remainder, i, flag = 1; for(i = 1; n !=
確定! 回上一頁