X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2Fproblems%2Faplusb%2Ftests%2F40%2Fprog.c;fp=t%2Fproblems%2Faplusb%2Ftests%2F40%2Fprog.c;h=5a41733aa187bd8092c651771de9ff76f581d107;hp=0000000000000000000000000000000000000000;hb=889e6e2800565514064d59087dedfb640863ef55;hpb=c3a7bac3a8effab522dc0b38b6d6dd0b0eb5add2 diff --git a/t/problems/aplusb/tests/40/prog.c b/t/problems/aplusb/tests/40/prog.c new file mode 100644 index 0000000..5a41733 --- /dev/null +++ b/t/problems/aplusb/tests/40/prog.c @@ -0,0 +1,7 @@ +#include +int main(void){ + short a,b; + scanf("%hd%hd", &a, &b); + printf("%hd", a+b); + return 0; +}