创建文本文件并写入#include <iostream>
#include <fstream>
using namespace std;
int main(int argc, char const *argv[])
{
2021-04-29