My issue
g
My code
#include <bits/stdc++.h>
using namespace std;
int main() {
int t;
cin>>t;
while(t--){
int a,b,c;
cin>>a>>b>>c;
// your code goes here
}
}
Learning course: Basic Math using C++
Problem Link: Scalene Triangle Practice Problem in - CodeChef