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