Run ID:123090

提交时间:2025-06-25 20:45:45

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