#include using namespace std; int main() { int N; char S; cin >> N >> S; for (int i = 0; i < N; i++) { cout << "nothing" << endl; cin >> S; } }