제출 #632291

#제출 시각아이디문제언어결과실행 시간메모리
632291ggohLanguages (IOI10_languages)C++14
0 / 100
385 ms2848 KiB
#include<bits/stdc++.h> #include "grader.h" using namespace std; int V[56][65536]; void excerpt(int *E) { int l=0,maxi=-1; for(int i=0;i<100;i++) { for(int j=0;j<56;j++) { if(V[j][E[i]]>maxi) { maxi=V[j][E[i]]; l=j; } } } int L=language(l); for(int i=0;i<100;i++) { V[L][E[i]]++; } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...