Cod sursa(job #1057232)

Utilizator Johnny18646Johnny Johnson Johnny18646 Data 14 decembrie 2013 14:32:57
Problema Lapte Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.15 kb
#include <fstream>

using namespace std;

int main()
{
    ifstream in("lapte.in");
    int n, l;
    in>> n >> l;
    throw n;
    return 0;
}