编辑代码

#include <stdio.h>
int main () { 
    printf("helloworld\n");
    return 0;
}