#include <stdio.h>

int main() {
    char* pituh;
    puts(pituh);
    pituh = "kokoko";
    return 0;
}