Can anyone help me fix my code, it gets WA on task #4 and TLE on 7-9 and 12-15.
#include <bits/stdc++.h>
using namespace std;
#define F first
#define S second
#define MP make_pair
#define PB push_back
typedef pair<int, int> pii;
typedef vector<pii> vii;
Read more… (307 words)