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/test1_correct_cc.cc | 14 lines | 136 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);
a += r;
return 0;
}