Advertisement
Sinux1

PS5Q1 cs 111

Mar 11th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6.     for (int x = 0; x < 1000; x++)
  7.     {
  8.         cout << x << endl;
  9.     }
  10.  
  11.  
  12.  
  13.     return 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement