Код: Выделить всё
#include
int main() {
std::multiset sc1;
std::multiset sc2;
bool isEqual = sc1 == sc2;
}
Подробнее здесь: https://stackoverflow.com/questions/788 ... -multisets
Код: Выделить всё
#include
int main() {
std::multiset sc1;
std::multiset sc2;
bool isEqual = sc1 == sc2;
}