]>
iEval git - gruntmaster-daemon.git/blame_incremental - t/problems/aplusb/tests/40/prog.cpp
... / ...
Commit | Line | Data |
| 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.01905 seconds and 4 git commands to generate.