| # | Time | Username | Problem | Language | Result | Execution time | Memory | 
|---|---|---|---|---|---|---|---|
| 465362 | czhang2718 | Snake Escaping (JOI18_snake_escaping) | C++14 | 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.
int test[1000000];
int main(){
  cout <<test[0];
}
