이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include <bits/stdc++.h>
#include "grader.h"
using namespace std;
map<int,int> exc[56][(1<<16)];
void excerpt(int *E)
{
int gue=0;
vector<int> ve;
int sc[56]={};
// int cnt[56]={};
for (int i=0;i<99;i++)
{
for (int j=0;j<56;j++)
if (exc[j][E[i]].find(E[i+1])!=exc[j][E[i]].end())
sc[j]+=exc[j][E[i]][E[i+1]];
}
for (int i=0;i<56;i++)
if (sc[i]>sc[gue])
gue=i;
int L=language(gue);
// cnt[L]++;
for (int j=0;j<99;j++)
exc[L][E[j]][E[j+1]]++;
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |