Cod sursa(job #2548144)
Utilizator | Data | 16 februarie 2020 12:03:45 | |
---|---|---|---|
Problema | Lowest Common Ancestor | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva educationala | Marime | 0.35 kb |
#include <bits/stdc++.h>
using namespace std;
int t, n, a[200005], b[200005];
string x;
int main()
{
cin >> t;
while (t--)
{
cin >> n >> x;
for (int i = 1; i <= x.size(); ++i)
{
char ch = x[i - 1];
if (ch == '<')
{
}
}
}
return 0;
}