#include int main() { printf("hello there\n"); fflush(stdout); return 0; }