高中数学
#include <iostream> #include<iomanip> using namespace std; int main() { double r; cin>>r; cout<<fixed<<setprecision(2)<<r+1<<endl; return 0; }