# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
961343 | 2024-04-11T21:43:26 Z | Mohamed_Kachef06 | 자매 도시 (APIO20_swap) | C++17 | 0 ms | 0 KB |
#include "paint.h" #include <bits/stdc++.h> #ifndef ONLINE_JUDGE #include "grader.cpp" #endif #include <vector> int minimumInstructions( int N, int M, int K, std::vector<int> C, std::vector<int> A, std::vector<std::vector<int>> B) { return -1; }