Show More
Commit Description:
Merged new-arch-branch changes 61:73 into the trunk...
Commit Description:
Merged new-arch-branch changes 61:73 into the trunk git-svn-id: http://theory.cpe.ku.ac.th/grader/judge/trunk/scripts@74 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
test/data/test2_1-5sec.c | 19 lines | 189 B | text/x-c | CLexer |
#include <stdio.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;
}
}
}