제출 #1255291

#제출 시각아이디문제언어결과실행 시간메모리
1255291robijoyFinding Routers (IOI20_routers)C++17
0 / 100
0 ms320 KiB
#include "routers.h"
using namespace std;

std::vector<int> find_routers(int l, int n, int q) {
    int x = use_detector(l);
    vector<int> ans = {0,x};
    return ans;
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…