#include<bits/stdc++.h>
using namespace std;
float a;
int main(){
cin >> a;
cout << static_cast<int>(round(a/10.0)*10) ;
return 0;
}
扫描二维码,关注牛客
下载牛客APP,随时随地刷题
全部评论
(1) 回帖