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