# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
243987 | 2020-07-02T12:35:41 Z | michao | 꿈 (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; }