摘要: 编译可执行文件 单文件 main.cc 如下 #include <stdio.h> #include <stdlib.h> double power(double base, int exponent) { int result = base; int i; if (exponent == 0) { 阅读全文
posted @ 2019-12-21 19:38 2BiTT 阅读(8212) 评论(0) 推荐(0) 编辑