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