Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions Code chef/CodeChef MARCHA1.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
#define _CRT_SECURE_NO_WARINGS
#include<iostream>
#include<algorithm>
#include<string>
#include<map>
#include<vector>
#include<set>
#include<cmath>
#include<bitset>
#include<iterator>
#include<queue>
#include<unordered_map>
#include<iomanip>
#include<functional>
#include<stack>
#include<sstream>
#include<bits/stdc++.h>
#define fast ios::sync_with_stdio(0); cin.tie(0); cout.tie(0);
#define PI 3.14159265;
typedef long long ll;
Expand Down
1 change: 0 additions & 1 deletion Codeforces/115A.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#define PI 3.14159265;
typedef long long ll;
using namespace std;
typedef long long ll;
vector<ll>par;
vector<bool>tk;
bool ad[2001][2001] = { 0 };
Expand Down