提交时间:2025-04-17 15:36:49
运行 ID: 64177
#include <bits/stdc++.h> using namespace std; int main() { int n; cin>>n; cout<<(n-n/10); return 0; }