Advertisement
YouKnowWho07

problem 1

Oct 28th, 2023
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. // Don't u know?
  2.  
  3. #include<stdio.h>
  4.  
  5. int main()
  6. {
  7.     long int num;
  8.     scanf("%ld", &num);
  9.  
  10.     printf("%ld", num);
  11.  
  12.     return 0;
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement