Cod sursa(job #2275948)
Utilizator | Data | 3 noiembrie 2018 19:54:51 | |
---|---|---|---|
Problema | Oras | Scor | 5 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.17 kb |
#include <bits/stdc++.h>
using namespace std;
ifstream fin("oras.in") ;
ofstream fout("oras.out") ;
int main()
{
int n ;
fin >> n ;
fout << "-1" ;
}