T
Size: a a a
T
RX
M
M
M
RX
M
RX
s
s
M
M
M
M
s
M
M
RX
AB
AB
#if defined(_WIN32) || defined(_WIN64)
#pragma execution_character_set("utf-8")
#include<windows.h>
const auto _dummy_ = []() {
SetConsoleCP(65001);
SetConsoleOutputCP(65001);
return 0;
}();
#endif