1 2 3 4 5 6 7 8 9
int main() { int n; printf("hello world"); scanf("%d", &n); printf("hello world"); printf("hello world"); printf("hello world"); printf("hello world"); }