f8a683a58eba654538dc48b85754c9ea9aebc523
[gruntmaster-daemon.git] / t / problems / aplusb / tests / ac / prog.cpp
1 #include<cstdio>
2 int main()
3 {
4 int a,b;
5 scanf ("%d%d",&a,&b);
6 printf ("%d",a+b);
7 return 0;
8 }
This page took 0.02131 seconds and 3 git commands to generate.