Run ID:659
提交时间:2023-01-13 14:54:44
#include<iostream> using namespace std; int main(){ double a; cin>>a; cout<<(int)(a)+1; }