#include <iostream>
using namespace std;
int main() {
//Dendi Yusro Romadon
//3420230013
cout << "Tabel Band Favorit"<<endl;
cout<<"-------------------------------"<<endl;
cout<<"| NO | Nama Band | Genre |"<<endl;
cout<<"| 1 | For Revenge | Metal |"<<endl;
cout<<"| 2 | The Jansen |Alternative|"<<endl;
cout<<"| 3 | Iwan Fals | Rock |"<<endl;
cout<<"-------------------------------";
return 0;
}