摘要:
#include <iostream> #include <string> #include "mult.h"//引用函数 using namespace std; /* 1.定义函数 return_type function_name( parameter list ) { body of the 阅读全文
摘要:
#include <iostream> using namespace std; int main() { /*//while int num = rand() % 100 +1; cout << "Type num" << endl; int count = 1; cout << num << e 阅读全文