iipq

Untitled

Nov 19th, 2014
181
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.  
  5. int p,q,sum=10;
  6.  
  7. for(p=4,q=-4;p>-2;p=p-2,q+=2)
  8.  
  9. {
  10. printf("%d", sum+p-q);
  11. }
  12.  
  13. return 0;
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment