#include<bits/stdc++.h> using namespace std; int main() { double n; cin>>n; int t=round(n); cout<<t; }
Using your lizikid universal account