Advertisement
rahat62

Toph-Montu Miyar Ovijan!

Jan 30th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.18 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4.     int a,i,count=0,t;
  5.     scanf("%d",&t);
  6.     for(i=1;i<=t;i++)
  7.     {
  8.         scanf("%d",&a);
  9.         printf("%d\n",a-1);
  10.     }
  11.  
  12.     return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement