Advertisement
dllbridge

Untitled

Jun 30th, 2024
559
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.30 KB | None | 0 0
  1.  
  2. #include  <stdio.h>
  3.  
  4.  
  5.  
  6. /////////////////////////////////
  7. int main()                     //
  8. {
  9.      
  10.     int n1 = 2;
  11.     int n2 = 4;
  12.    
  13.    
  14.     scanf("%d", &n1);
  15.    
  16.     if(n1 > 77)  goto L_01;
  17.      
  18.       printf("SONY %d ", n1);
  19.    
  20. L_01: printf("Pictures\n");
  21.  
  22. }
  23.  
  24.  
  25.  
  26.  
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement