11 2024 档案
摘要:task2: GradeCalc.hpp: #include <iostream> #include <vector> #include <string> #include <algorithm> #include <numeric> #include <iomanip> using std::ve
阅读全文
摘要:test1: task1.cpp: #include "window.hpp" #include <iostream> using std::cout; using std::cin; void test() { Window w1("new window"); w1.add_button("max
阅读全文