# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
72019 | 비타500 (#118) | Key of Impassable Doors (FXCUP3_key) | C++11 | 0 ms | 0 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <stdio.h>
int main() {
printf("12 34 38 93 53 46 67 31 54 26 92 48");
return 0;
}