TGTGInsighttelegram intelligenceLIVE / telegram public index
Innhold
Innholdet i innlegget
// bool 40 // ot: x -> 2; y->1 // ot: x-> 1; y->2 // int x1, y1, x2, y2; // cout<<"Birinchi katak: "; cin>>x1>>y1; // cout<<"Ikkinchi katak: "; cin>>x2>>y2; // bool k = abs(x1-x2)==2 and abs(y1-y2)==1 or abs(x1-x2)==1 and abs(y1-y2)==2; // cout<<boolalpha<<k;