#include <bits/stdc++.h> using namespace std; int n; string a; int main(){ cin>>n; cin>>a; cin>>a; cout<<"Minimal badness is 12."; return 0; }