# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1012346 | 2024-07-02T02:55:47 Z | huutuan | Languages (IOI10_languages) | C++14 | 81 ms | 5788 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]]); }
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 81 ms | 5664 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 64 ms | 5788 KB | Output isn't correct - 21.63% |
2 | Halted | 0 ms | 0 KB | - |