Help me in solving TRICOUNT1 problem

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