Advertisement
Guest User

Untitled

a guest
Nov 19th, 2011
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. cout << endl;
  2. string a = " 0 1 2 3 4"; cout << a << endl;
  3. string b = " /---------------------------------------\\"; cout << b << endl;
  4. string c = " | | | | | |"; cout << c << endl;
  5. string d = "2 | | | | | |"; cout << d << endl;
  6. stirng e = " |---------------------------------------|"; cout << e << endl;
  7. string f = " | | | STORE | | |"; cout << f << endl;
  8. string g = "3 | | | * | | |"; cout << g << endl;
  9. string h = " |---------------------------------------|"; cout << h << endl;
  10. string i = " | |"; cout << i << endl;
  11. string j = " | |"; cout << j << endl;
  12. string k = " | dungeon |"; cout << k << endl;
  13. string l = " | * |"; cout << l << endl;
  14. string m = " | |"; cout << m << endl;
  15. string n = " \\---------------------------------------/"; cout << n << endl;
  16. system("PAUSE");
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement