Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- /////////////////////////////////
- int main() //
- {
- int n1 = 2;
- int n2 = 4;
- scanf("%d", &n1);
- if(n1 > 77) goto L_01;
- printf("SONY %d ", n1);
- L_01: printf("Pictures\n");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement