Run ID:108414
提交时间:2025-01-20 11:29:34
#include <iostream> using namespace std; int main() { double a; cin>>a; cout<<(int)a+1; return 0; }