Advertisement
Josif_tepe

Untitled

Oct 20th, 2021
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main() {
  4.     int broj;
  5.     scanf("%d", &broj);
  6.     printf("Ova e brojot: %d\n", broj);
  7.     return 0;
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement