پاسخ : آمادگی برای مرحله ۳
آقا مشکل کد من چیه؟
133:
#include<iostream>
#include<algorithm>
using namespace std;
int n,ans,s=0,e=0,first=0;
bool seen[16000+10];
struct start{long long a;int co;}a[16000+10];
struct end{long long b;int co;}b[16000+10];
bool M(start x,start u){if(x.a<u.a)return...