Reginaldojs

exercicio 2,lista 3

May 22nd, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. #include<stdio.h>
  2. #define N 500
  3. int main(){
  4.          int i>=1;
  5.          while(i<=500){
  6.          printf("%d",i);
  7.          i+1;
  8.          }
  9.          return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment