#include <stdio.h>

int main() {
    char s[114514];
    scanf("%s", s);
    printf("%s", s);
    return 0;
}

如果不提前指定字符串长度,提交的时候会段错误