Home
Volumes
Contests
Sections
Forums
Users
Print
Help
About
Forums
>
Discussion of problems
> topic:
Problem "Variant 10"
EEM-MUKHAMMADSHARIF
Oct.18.2022 at 06:10:33 PM
0
#include<iostream>
#include<math.h>
using namespace std;
int main()
{
int x1,x2,x3,x4;
int y1,y2,y3,y4;
cin>>x1>>y3>>x2>>y4>>x3>>y1>>x4>>y2;
if (x1==y3 && x2==y4 && x3==y1 && x4==y2)
cout<<"yes";
else
cout<<"no";
return 0;
}
www.contester.ru