]> iEval git - gruntmaster-daemon.git/blame_incremental - t/problems/increment/tests/ac/prog.cpp
Remove purges (as they are now unnecessary)
[gruntmaster-daemon.git] / t / problems / increment / tests / ac / prog.cpp
... / ...
CommitLineData
1#include<cstdio>
2
3int main(void){
4 for(int i=0;i<100;i++){
5 int x;
6 scanf("%d", &x);
7 printf("%d\n", x + 1);
8 fflush(stdout);
9 }
10
11 return 0;
12}
This page took 0.018794 seconds and 4 git commands to generate.