已解决 薛乘志 初级启示者 以前: cout << "(" << x << ", " << y << "): " << msg << endl; 现在: cout << format("({}, {}): {}\n", x, y, msg);