提交时间:2024-04-21 19:30:25

运行 ID: 45979

#include<iostream> using namespace std; int main(){ int n; cin>>n; int x=n/10; cout<<n-x; }