Mai intai trebuie sa te autentifici.
Cod sursa(job #1122779)
Utilizator | Data | 25 februarie 2014 20:24:29 | |
---|---|---|---|
Problema | Diamant | Scor | 10 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.27 kb |
#include <cstdio>
using namespace std;
int n, m, x;
void read()
{
freopen("diamant.in", "r", stdin);
freopen("diamant.out", "w", stdout);
scanf("%i %i %i ", &n, &m, &x);
}
int main()
{
read();
printf("0\n");
return 0;
}