#18842: 別使用cin.tie(NULL);


k487237 (chenchen)


使用

    ios_base::sync_with_stdio(false);

    cin.tie(NULL);

會出錯

在此建議不使用。