如果要用 printf 打印临时 string,一定要先把临时对象存下来再用 .c_str,否则:
printf
string
.c_str
(模拟赛 T3 100→0100 \to 0100→0,血的教训(当时都破防了))