摘要:
#include <fstream> #include <iostream> #include <cstdlib> using namespace std; // 输出的时候把文件中的 C 换成 C++ void addPlusPlus(ifstream& inStream, ofstream& o 阅读全文
posted @ 2022-01-13 20:12
double64
阅读(48)
评论(0)
推荐(0)
摘要:
#include <iostream> #include <string> #include <cstdlib> #include <fstream> int main() { using namespace std; ifstream inStream; ofstream outStream; i 阅读全文
posted @ 2022-01-13 18:26
double64
阅读(78)
评论(0)
推荐(0)
摘要:
#include <iostream> int main() { using namespace std; int totalCandy, numberOfPeople; double candyPerPerson; totalCandy = 9; numberOfPeople = 2; candy 阅读全文
posted @ 2022-01-13 16:41
double64
阅读(131)
评论(0)
推荐(0)
摘要:
#include <iostream> #include <string> #include <ctime> int main() { using namespace std; // time(0) 都返回自1970年1月1日以来经过的秒数,称为 Unix 时间 srand(time(0)); in 阅读全文
posted @ 2022-01-13 16:32
double64
阅读(58)
评论(0)
推荐(0)
浙公网安备 33010602011771号