5a41733aa187bd8092c651771de9ff76f581d107
[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.020335 seconds and 3 git commands to generate.