Josif_tepe

Untitled

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