12 2023 档案
摘要:1 #include<iostream> 2 #include <fstream> 3 #include <string> 4 #include <iomanip> 5 #include<vector> 6 #include<conio.h> 7 #define max 9999 8 const i
阅读全文
摘要:任务四 task4.cpp 1 #include <iostream> 2 #include "vector.hpp" 3 void test() 4 { 5 using namespace std; 6 int n; 7 cin >> n; 8 9 Vector<double> x1(n); 10
阅读全文
摘要:任务一 publisher.hpp 1 #pragma once 2 3 #include <iostream> 4 #include <string> 5 6 using std::cout; 7 using std::endl; 8 using std::string; 9 10 // 发行/出
阅读全文
浙公网安备 33010602011771号