Run ID:42341
提交时间:2022-11-17 21:42:00
#include<iostream> using namespace std; int main(){ float a;cin>>a; cout<<int(a)+1; return 0; }