Pagini recente » Cod sursa (job #1338941) | Cod sursa (job #2878281) | Istoria paginii runda/jc2015-runda2 | Cod sursa (job #3212149) | Cod sursa (job #102)
Cod sursa(job #102)
// 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;
}