#include using namespace std; int main() { int N; cin>>N; string S; char a,b,c,d,e; cin>>S; int t=0; if(N<5) cout<<0<