Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rectangle #661

Open
the-kaushal-agrawal opened this issue Oct 4, 2021 · 3 comments
Open

Rectangle #661

the-kaushal-agrawal opened this issue Oct 4, 2021 · 3 comments
Assignees

Comments

@the-kaushal-agrawal
Copy link

You are given four integers a, b, c and d. Determine if there's a rectangle such that the lengths of its sides are a, b, c and d (in any order).
First line contain number of test cases
Sample Input 1
3
1 1 2 2
3 2 2 3
1 2 2 2
Sample Output 1
YES
YES
NO

I want to add solution of this question in C++ Section please assign to me

@himanshukaushal123
Copy link

Please assign me this task.. I will do in C++

@2309harshit
Copy link

Hey can you please assign this issue to me. I think I can do this in c++.
Thanks in anticipation!

@shashwat010
Copy link
Contributor

Please assing me this this issue, I think my approach would be most optimised for this issue in C++.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants