Cod sursa(job #844376)

Utilizator MagnvsDaniel Constantin Anghel Magnvs Data 29 decembrie 2012 03:26:43
Problema Carnati Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.18 kb
#include <fstream>

using namespace std;

ifstream fin("carnati.in");
ofstream fout("carnati.out");

const int nmax= 2000;

struct str{
    int x, y;
}

int main(){
    return 0;
}