实验6 模板类和文件IO

task3_1.cpp #include <iostream> #include <fstream> #include <array> #define N 5 int main() { using namespace std; array<int, N> x{97, 98, 99, 100, 101

posted on 2022-12-04 16:12  cflxl  阅读(16)  评论(0编辑  收藏  举报

导航