# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
73051 | 2018-08-27T14:36:50 Z | tamtam | Languages (IOI10_languages) | C++14 | 218 ms | 512 KB |
#include "grader.h" //#include "languages.h" #include <bits/stdc++.h> #define F first #define S second typedef long long ll; using namespace std; int lang[100010]={-1}; void excerpt(int E[]){ int L=0; for (int i=0;i<100;i++){ if (lang[E[i]]!=-1){ L=lang[E[i]]; break; } } L=language(L); for (int i=0;i<100;i++){ lang[E[i]]=L; } }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 218 ms | 512 KB | Output isn't correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 214 ms | 512 KB | Output isn't correct - 23.44% |