Run ID:48263
提交时间:2023-05-23 14:20:56
#include<iostream> using namespace std; int main(){ double a; cin>>a; cout<<int(a+1)<<endl; return 0; }