Cod sursa(job #2298748)
| Utilizator | Data | 8 decembrie 2018 14:03:54 | |
|---|---|---|---|
| Problema | Heavy Path Decomposition | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva educationala | Marime | 0.1 kb |
#include <bits/stdc++.h>
using namespace std;
int main()
{
int x = 1;
cout << 2 * x << '\n';
}