Cod sursa(job #1549460)

Utilizator dragos_musanMusan Dragos dragos_musan Data 12 decembrie 2015 12:59:36
Problema Componente tare conexe Scor 0
Compilator cpp Status done
Runda Arhiva educationala Marime 0.17 kb
#include<fstream>

using namespace std;

ifstream f("ctc.in");
ofstream g("ctc.out");

int n,m;

void citire()
{
    f >> x >> y
}

int main()
{
    return 0;
}