Cod sursa(job #2050332)
| Utilizator | Data | 28 octombrie 2017 09:05:50 | |
|---|---|---|---|
| Problema | Heavy metal | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | hlo2017_cj_av_l4 | Marime | 0.13 kb |
#include <iostream>
using namespace std;
int N;
pair<int,int> V[100005];
int main()
{
cout << "Hello world!" << endl;
return 0;
}
