Cod sursa(job #2407322)
| Utilizator | Data | 16 aprilie 2019 19:32:24 | |
|---|---|---|---|
| Problema | Amenzi | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.3 kb |
#include<bits/stdc++.h>
#pragma GCC optimize("O3")
using namespace std;
mt19937 rng(chrono::steady_clock::now().time_since_epoch().count());
long long rand_seed()
{
long long a = rng();
return a;
}
int main()
{
ios_base::sync_with_stdio(false);
cin.tie(NULL);
return 0;
}
