# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
65827 | 2018-08-09T01:03:19 Z | jaehun630 | Languages (IOI10_languages) | C++14 | 153 ms | 2144 KB |
#include <stdlib.h> #include <stdio.h> #include <vector> #include "grader.h" #include "lang.h" #define SZ 100 #define max(a,b) (a>b?a:b) int prev[1100000]; std::vector<int> v[65536]; void excerpt(int *E) { prev[E[0]] = language(prev[E[0]]); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 140 ms | 2048 KB | Output isn't correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 153 ms | 2144 KB | Output isn't correct - 21.63% |