Run ID:102047

提交时间:2024-12-21 11:38:02

#include<bits/stdc++.h> using namespace std; int main(){ double a; cin>>a; cout<<int(a)+1; }