Run ID:1046

提交时间:2023-06-24 15:38:24

#include <iostream> using namespace std; int main(){ int h; cin>>h; h=(1-h%1)+h; cout<<h<<endl; return 0; }