提交时间:2024-04-18 22:02:24

运行 ID: 45624

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