编辑代码

#include <stdio.h>
int main () {
    char zhong[45]="sgml";
    puts(zhong);
    return 0;
}