Advertisement
sayanriju

Untitled

Mar 16th, 2015
214
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. int main() {
  4.         int n;
  5.         cin>>n;
  6.         while(n--) {
  7.         cout<<n<<"\n";
  8.         }
  9.          return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement