-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbats.cpp
16 lines (16 loc) · 871 Bytes
/
bats.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <iostream>
using namespace std;
main (){
cout<<" $$$$$$$$$$$$$$$$$$$$ $$$$$$$$$$$$$$$$$$$$ "<<endl;
cout<<" V$$$$$$$$$$$$$$$$$ A A $$$$$$$$$$$$$$$$$V"<<endl;
cout<<" V$$$$$$$$$$$$$$ $$$$$$ $$$$$$$$$$$$$$V"<<endl;
cout<<" $$$$$$$$$$$$ s$$$$$$s $$$$$$$$$$$$"<<endl;
cout<<" $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"<<endl;
cout<<" $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"<<endl;
cout<<" A$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$A"<<endl;
cout<<" V$$$$$$$$$$$$$$$$$$$$$$V"<<endl;
cout<<" V$$$$$$$$$$$$$$$$V"<<endl;
cout<<" V$$$$$$$$$$V"<<endl;
cout<<" V$$$$$$V"<<endl;
cout<<" V$$V"<<endl;
cout<<" V"<<endl; }