Add files via upload

This commit is contained in:
JACKYMYPERSON
2024-03-31 23:08:40 +08:00
committed by GitHub
commit a1c007a4d6
6 changed files with 840 additions and 0 deletions

10
yuan.cpp Normal file
View File

@@ -0,0 +1,10 @@
#include<iostream>
#include<string>
#include<fstream>
#include<sm.h>
using namespace std;
void main()
{
jinruxitong();
}