Cod sursa(job #1802927)

Utilizator megabytes112Bigfoot din padure megabytes112 Data 10 noiembrie 2016 19:59:05
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.19 kb
#include <fstream>
#include <iostream>
#include <cstdlib>

using namespace std;

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

int main() {
    cerr << "Testam";
    return 0;
}