Cod sursa(job #2846400)
| Utilizator | Data | 9 februarie 2022 10:43:28 | |
|---|---|---|---|
| Problema | Heavy Path Decomposition | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva educationala | Marime | 0.25 kb |
#include <bits/stdc++.h>
#define ll long long
#define pb push_back
#define pf push_front
#define MOD 1000000007
#define NMAX 105
using namespace std;
int main()
{
ios_base::sync_with_stdio(false), cin.tie(0),cout.tie(0);
return 0;
}
