Show More
Commit Description:
[grader] [MERGED] Merged new-arch-branch changes 74:105 into the trunk...
Commit Description:
[grader] [MERGED] Merged new-arch-branch changes 74:105 into the trunk git-svn-id: http://theory.cpe.ku.ac.th/grader/judge/trunk/scripts@106 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
test/data/test2_1-5sec.c | 21 lines | 220 B | text/x-c | CLexer |
#include <stdio.h>
#include <stdlib.h>
int main()
{
int a,b;
int c=0;
scanf("%d %d",&a,&b);
printf("%d\n",a+b);
for(a=0; a<2; a++) {
while(c<1150000000) {
c++;
b+=c;
}
}
exit(0);
}