SI
Ошибка C2653 SLList: не является именем класса или пространства имен BL5_1 D:\My labs\C++\BL5_1\BL5_1\BL5_1.cpp 6
Size: a a a
SI
LA
LA
SI
SI
LA
LA
AS
P
vector<string> arr(20, "0");AddressSanitizer:DEADLYSIGNAL
sort(arr.begin(), arr.end(), [](auto &a, auto &b) {
return a + b >= b + a;
});
SI
LA
MK
vector<string> arr(20, "0");AddressSanitizer:DEADLYSIGNAL
sort(arr.begin(), arr.end(), [](auto &a, auto &b) {
return a + b >= b + a;
});
P
SI
SI
LA
LA
SI
MK
vector<string> arr(20, "0");AddressSanitizer:DEADLYSIGNAL
sort(arr.begin(), arr.end(), [](auto &a, auto &b) {
return a + b >= b + a;
});
AF
vector<string> arr(20, "0");AddressSanitizer:DEADLYSIGNAL
sort(arr.begin(), arr.end(), [](auto &a, auto &b) {
return a + b >= b + a;
});