# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1255929 | comgaTramAnh | 꿈 (IOI13_dreaming) | C++20 | 0 ms | 0 KiB |
#include <bits/stdc++.h>
#include "dreaming.h"
int travelTime(int N, int M, int L, vector <int> a, vector <int> b, vector <int> t) {
return 0;
}
# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1255929 | comgaTramAnh | 꿈 (IOI13_dreaming) | C++20 | 0 ms | 0 KiB |