This commit is contained in:
Zengtudor 2024-08-04 11:46:15 +08:00
parent 8bda7844b9
commit 4d56cd838c
3 changed files with 3 additions and 4 deletions

2
.gitignore vendored
View File

@ -34,3 +34,5 @@
*.out *.out
*.app *.app
tempCodeRunnerFile
tempCodeRunnerFile.cpp

Binary file not shown.

View File

@ -1,7 +1,4 @@
#include <iostream> #include<bits/stdc++.h>
#include <vector>
#include <set>
#include <algorithm>
using namespace std; using namespace std;