#include <iostream>
using namespace std;
int main() {
//Nama: Moh. Hamda Khoiro Afwa
//NIM : 3420230022
cout<<"Tabel Band Favorit"<<endl;
cout<<"--------------------------------------------"<<endl;
cout<<"| No | Nama Band | Genre |"<<endl;
cout<<"--------------------------------------------"<<endl;
cout<<"| 1 | The Adams | indie rock |"<<endl;
cout<<"| 2 | Fstvlst | indie rock |"<<endl;
cout<<"| 3 | Wsatcc | pop,jazz |"<<endl;
cout<<"--------------------------------------------"<<endl;
return 0;
}