]> iEval git - gruntmaster-daemon.git/blame - t/problems/aplusb/tests/ac/prog.c
Add javascript
[gruntmaster-daemon.git] / t / problems / aplusb / tests / ac / prog.c
CommitLineData
889e6e28 1#include<stdio.h>
5c5cd38a
MG
2int 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.040236 seconds and 5 git commands to generate.