Remove purges (as they are now unnecessary)
[gruntmaster-daemon.git] / t / problems / increment / tests / ac / prog.cpp
CommitLineData
5c5cd38a
MG
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.010526 seconds and 4 git commands to generate.