hihoCoder Challenge 11 register

Ended

Participants:616

Verdict:Accepted
Submitted:2015-05-03 19:32:52

Lang:G++

Edit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include<iostream>
#include<cstring>
#include<cstdio>
#include<algorithm>
using namespace std;
double n;
int main()
{
    while(scanf("%lf",&n) != EOF)
    {
        printf("%.6lf\n",n + 1);
    }
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX