My issue
solution to this problem is
My code
#include <bits/stdc++.h>
using namespace std;
int main() {
// your code goes here
int t;
cin>>
}
Problem Link: Triangle Count (Easy) Practice Coding Problem
solution to this problem is
#include <bits/stdc++.h>
using namespace std;
int main() {
// your code goes here
int t;
cin>>
}
Problem Link: Triangle Count (Easy) Practice Coding Problem