Help me in solving TRIPLETMIN problem

My issue

My code

#include <bits/stdc++.h>
using namespace std;

int main() {
	
	return 0;
}

Problem Link: TRIPLETMIN Problem - CodeChef