Cod sursa(job #900720)
| Utilizator | Data | 28 februarie 2013 21:27:55 | |
|---|---|---|---|
| Problema | Loto | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.22 kb |
#include<fstream>
using namespace std;
int main()
{
int n,s,i,j,x[101];
ifstream in("loto.in");
in>>n>>s;
for(i=0;i<n;i++)
in>>x[i];
in.close();
ofstream out("loto.out");
j=-1;
out<<j;
out.close();
return 0;
}
