Код: Выделить всё
3
AA AA
BB BB
CC CC
Код: Выделить всё
AA AA, BB BB, and CC CC [insert random string here]
Код: Выделить всё
#include
using namespace std;
int main(){
int n; cin>>n;
cin.ignore();
vector v;
string s;
if (n >= 3) {
for (int i=0; i
Подробнее здесь: [url]https://stackoverflow.com/questions/79803155/my-code-fails-to-compile-with-no-match-for-operator-error[/url]
Мобильная версия