Advertisement
dllbridge

Untitled

Feb 2nd, 2025
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.41 KB | None | 0 0
  1.  
  2.  
  3. #include  <stdio.h>
  4.  
  5.  
  6.  
  7. /////////////////////////////////////////////////////
  8. int SONY()
  9. {
  10.    
  11.    
  12. return 41;    
  13. }
  14.  
  15.  
  16.  
  17. /////////////////////////////////////////////////////
  18. int main()
  19. {
  20.     int n1 = 3,                                    // iouiuiou
  21.         n2 = 2,                                    // ljkjlkj
  22.         n3 = n1 + n2;
  23.         printf("n3 = %d, %s", SONY(), "Dima");
  24. }
  25.  
  26.  
  27.  
  28.  
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement