Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. cout<<"15"<<"\n"<<"14"<<"\n"<<"13"<<"\n"<<"12"<<"\n"<<"11"<<"\n"<<"10"<<"\n"<<"9"<<"\n"<<"8"<<"\n"<<"7"<<"\n"<<"6"<<"\n"<<"5"<<"\n"<<"4"<<"\n"<<"3"<<"\n"<<"2"<<"\n"<<"1"<<endl;
  7. cout<<"jebut"<<endl;
  8. return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement