whp 6 - Codeforces Round #767 (Div. 2)
Codeforces Round #767 (Div. 2)Codeforces Round #767 (Div. 2)A. Download More RAM#include <bits/stdc++.h>using namespace std;typedef long long ll;const ll N = 110;struct node { ll a, b;};node mp[N];signed main() { ios::sync_wit