sivan_iut

Untitled

Feb 13th, 2020
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.19 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3.  
  4. {
  5.  int T;
  6.  scanf("%d",&T);
  7.  int s,m;
  8.  int i;
  9.  for(i=0;i<T;i++)
  10.         {
  11.         scanf("%d",&s);
  12.         printf("%d",s);
  13.         }
  14.  
  15.  
  16.  
  17.     return 0;
  18. }
Add Comment
Please, Sign In to add comment