Run ID:97804
提交时间:2024-11-16 16:22:10
#include<iostream> using namespace std; int main() { double a=0; cin>>a; cout<<(int )a+1<<endl; return 0; }