#include <stdio.h> // 引入标准输入输出头文件int main() {int decimal, remainder, binary = 0, base = 1; // 定义10进制数、余数、2进制数、基数<