-
Notifications
You must be signed in to change notification settings - Fork 105
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
Adding a new code for a leetcode problem #21
Comments
I want to contribute on this project under hacktoberfest. |
This is for the Opening issue#21 from repo, sastava007#21 the corresponding Leetcode problem link 1577 as showing below: https://leetcode.com/problems/number-of-ways-where-square-of-number-is-equal-to-product-of-two-numbers/
Create Conditional Triplet.cpp for a Leetcode problem sastava007#21
Hi, can I work on this.... |
Hey, can I contribute? |
class Solution {
map<long long ,int>mp1;
for(int i=0;i<n2;i++){
for(int i=0;i<n1;i++){ return count1+count2; } |
Hello sir , please assign me this issue , i am pretty good in CP , currently i am a 3 start codder at codechef . |
This is the problem link 1577
The text was updated successfully, but these errors were encountered: