aboutsummaryrefslogtreecommitdiff
path: root/04/input
blob: d1dff118c0ed607d4060007857873137a47de83d (plain)
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");
}