Run ID:128943

提交时间:2025-08-21 11:57:57

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