#include int main() { char s[16]; scanf("%s", s); int i; printf("INPUT\n"); return 0; }