提交时间:2025-12-05 15:41:46

运行 ID: 75292

#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; cout<<(n/10)%10; return 0; }