#include using namespace std; #define inrep for(int tc=1; tc<=t; tc++) inline int lcm(int a, int b) {return a/__gcd(a, b)*b;} const int N = 1e5+7; string numbers = "0123456789", lower_case = "abcdefghijklmnopqrstuvwxyz", upper_case = "ABCDEFGHIJKLMNOPQRSTUVWXYZ", special_characters = "!@#$%^&*()-+"; int main() { int n; cin >> n; string s; cin >> s; bool a = 0, b = 0, c = 0, d = 0; for(int i=0; i= 6) { cout << sum << "\n"; } else { cout << sum + (6 - (sum+s.length())) << "\n"; } }