Advertisement
Josif_tepe

Untitled

Oct 20th, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.22 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main() {
  4.     int x,y;
  5.     scanf("%d%d",&x,&y);
  6.     int srednacifrax,srednacifray;
  7.     srednacifrax=(x/10)%10;
  8.     srednacifray=(y/10)%10;
  9.     printf("%d",srednacifrax+srednacifray);
  10.    
  11.    
  12.    
  13.    
  14.     return 0;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement