# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
243987 | 2020-07-02T12:35:41 Z | michao | Dreaming (IOI13_dreaming) | C++14 | 0 ms | 0 KB |
#include <bits/stdc++.h> #define ll long long int using namespace std; const int MAX=1e5+5; int travelTime(int n,int m,int l,int a[],int b[],int t[]) { int ans=0; return ans; }