int main() { int n; printf("hello world"); scanf("%d", &n); }