#include <bits/stdc++.h>
using namespace std;

int main() {
     char c;
     do{
         cin>>c;
         
         
     }while(c!='q')
}