Pagini recente » Rating Neacsu Mihnea (Ramanujan) | Cod sursa (job #2968428) | Cod sursa (job #2851764) | Cod sursa (job #1446249) | Cod sursa (job #84)
Cod sursa(job #84)
// Automated test for jrun.
// The following are parsed by test.php
// JRUN_ARGS = --time-limit 100 --memory-limit 16000
// JRUN_RES = FAIL: time [0-9]+ms memory [0-9]+kb: Time limit exceeded.
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
int main(void)
{
printf("OK: time 10ms memory 150kb: Execution successful.\n");
fflush(stdout);
while (1);
return 0;
}