Remove purges (as they are now unnecessary)
[gruntmaster-daemon.git] / t / problems / aplusb / tests / 40 / prog.cpp
1 #include<stdio.h>
2 int main(void){
3 short a,b;
4 scanf("%hd%hd", &a, &b);
5 printf("%hd", a+b);
6 return 0;
7 }
This page took 0.020401 seconds and 4 git commands to generate.