Remove old files

This commit is contained in:
Anthony Wang 2021-03-27 21:55:38 -05:00
parent 0fe93310e1
commit 79c9a77fba
3 changed files with 2 additions and 30 deletions

4
.gitignore vendored
View file

@ -1,2 +1,2 @@
main*
!main*.cpp
*
!*.*

14
4.cpp
View file

@ -1,14 +0,0 @@
#include <bits/stdc++.h>
#define f first
#define s second
using namespace std;
using ll = long long;
using ii = pair<int, int>;
constexpr int MX = 1e5+5;
int main() {
if (fopen("in", "r")) freopen("in", "r", stdin), freopen("out", "w", stdout);
ios_base::sync_with_stdio(0), cin.tie(0);
}

14
5.cpp
View file

@ -1,14 +0,0 @@
#include <bits/stdc++.h>
#define f first
#define s second
using namespace std;
using ll = long long;
using ii = pair<int, int>;
constexpr int MX = 1e5+5;
int main() {
if (fopen("in", "r")) freopen("in", "r", stdin), freopen("out", "w", stdout);
ios_base::sync_with_stdio(0), cin.tie(0);
}