# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1259618 | aritro_ | Triple Peaks (IOI25_triples) | C++20 | 0 ms | 0 KiB |
#include<bits/stdc++.h>
#include "triples.h"
using namespace std;
long long count_triples(vector<int> a){
//subtask 1
long long cnt=0;
return cnt;
}