Show More
Commit Description:
autonew skips submissions with bad problems, forbids getch, better compiler msg when preprocessing fails, reports compile error when the executable is too large (100MB)
Commit Description:
autonew skips submissions with bad problems, forbids getch, better compiler msg when preprocessing fails, reports compile error when the executable is too large (100MB)
File last commit:
Show/Diff file:
Action:
test/data/test1_compile_error.c | 14 lines | 130 B | text/x-c | CLexer |
/*
LANG: C
*/
#include <stdio.h>
int main()
{
int r;
int a,
r = scanf("%d %d",&a,&b);
printf("%d\n",a+b);
return 0;
}