Cod sursa(job #102)

Utilizator fluffyDan-Leonard Crestez fluffy Data 4 decembrie 2006 23:55:14
Problema Stramosi Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.33 kb
// Automated test for jrun.
// The following are parsed by test.php
// JRUN_ARGS = --time-limit 100 --memory-limit 16000
// JRUN_RES = OK: time [0-9]+ms memory [0-9]+kb: Execution successful.
#include <iostream>
#include <fstream>
#include <vector>

using namespace std;

int main(void)
{
    cout << "Hello world" << endl;
    return 0;
}