Josif_tepe

Untitled

Dec 22nd, 2025
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5.    
  6.     int k;
  7.     cin >> k;
  8.    
  9.     int sredna_cifra = (k / 10) % 10;
  10.    
  11.     cout << sredna_cifra << endl;
  12.    
  13.    
  14.     return 0;
  15. }
  16.  
Advertisement
Add Comment
Please, Sign In to add comment