🌈 搜索
📅  最后修改于: 2022-03-11 15:04:35.884000             🧑  作者: Mango
#include int main() { char * str = "Hello"; printf("%s\n", str); return 0; }