Advertisement
Josif_tepe

Untitled

Sep 19th, 2024
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.29 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main() {
  4.     int a, b;
  5.    
  6.     scanf("%d", &a);
  7.     scanf("%d", &b);
  8.    
  9.     printf("%d\n", a);
  10.     printf("%d\n", b);
  11.    
  12.    
  13.    
  14.     return 0;
  15. }
  16.  
  17. /*
  18.  Od tastatura se vnesuvaat 2 celi broja. Potoa da se ispecatat dvata broja vo nov red.
  19.  
  20.  **/
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement