Convert all test programs from CPP to C
[gruntmaster-daemon.git] / t / problems / aplusb / tests / 40 / prog.c
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.021817 seconds and 4 git commands to generate.