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