// // Created by admin on 2021/2/6. // #include int main() { printf("hello world!\n"); printf("hello world!\n"); printf("hello world!\n"); printf("hello world!\n"); return 0; }