Run ID:102163
提交时间:2024-12-21 12:16:19
#include<bits/stdc++.h> using namespace std; int main(){ double a; cin>>a; a=a+0.9; cout<<(int) a; return 0; }