Cod sursa(job #433604)
Utilizator | Data | 3 aprilie 2010 22:28:20 | |
---|---|---|---|
Problema | Kdrum | Scor | 0 |
Compilator | cpp | Status | done |
Runda | pregatire_nationala | Marime | 0.16 kb |
#include <fstream>
using namespace std;
ifstream fin("kdrum.in");
ofstream fout("kdrum.out");
int n, k, x, m;
int main()
{
fout << 5;
return 0;
}