#include <iostream> using namespace std; int main() { double a, b; cin>>a; b=a+1; printf("%.2f",b); return 0; } // 64 位输出请用 printf("%lld")