Show More
Commit Description:
skips bad submissions in autonew mode
Commit Description:
skips bad submissions in autonew mode
File last commit:
Show/Diff file:
Action:
test/data/test1_correct_cc.cc | 13 lines | 126 B | text/x-c | CppLexer |
/*
LANG: C++
*/
#include <cstdio>
int main()
{
int a,b,r;
r = scanf("%d %d",&a,&b);
printf("%d\n",a+b);
return 0;
}