Advertisement
ricardorichsn

desafioSemptovirg

Oct 13th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main()
  5. {
  6.     if(int i=1)
  7.     {
  8.          while(i<=1000)
  9.          {
  10.                if(printf("\t%d", i++)){}
  11.          }
  12.     }
  13.     //system("pause");  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement