# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1018068 | 2024-07-09T13:45:09 Z | socpite | Languages (IOI10_languages) | C++14 | 90 ms | 5712 KB |
#include <stdlib.h> #include <stdio.h> #include "grader.h" #include "lang.h" #define SZ 100 int prev[1100000]; void excerpt(int *E) { prev[E[0]] = language(prev[E[0]]); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 90 ms | 5712 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 65 ms | 5712 KB | Output isn't correct - 21.63% |
2 | Halted | 0 ms | 0 KB | - |