Show More
Commit Description:
change hashbang to /usr/bin/env ruby
Commit Description:
change hashbang to /usr/bin/env ruby
File last commit:
Show/Diff file:
Action:
test/data/add_too_much_memory_static.c | 14 lines | 153 B | text/x-c | CLexer |
#include <stdio.h>
int big_array[2000000];
int main()
{
int a,b;
int r;
r = scanf("%d %d",&a,&b);
printf("%d\n",a+b);
a += r;
return 0;
}