#include<stdio.h> #include<stdlib.h> int main() { printf("hello\n"); int n; scanf("%d", &n); system("clear"); printf("bye\n"); }