Advertisement
Avdluna

sadddddddddddasddddd

Aug 15th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.22 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main()
  5. {
  6.     int x,i,a;
  7.  
  8.     for(i=0 ; i<20 ; i++){
  9.  
  10.         a=19 - i;
  11.  
  12.         scanf("%d", &x);
  13.  
  14.             printf("X[%d] = %d\n", a , x);
  15.  
  16.     }
  17.  
  18.     return 0;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement