This commit is contained in:
Zengtudor 2024-08-07 11:31:55 +08:00
parent 3cd3abd251
commit 75d800f121
1 changed files with 9 additions and 0 deletions

9
day5/good/good.cpp Normal file
View File

@ -0,0 +1,9 @@
#include<bits/stdc++.h>
using namespace std;
#define ll long long
int main(){
}