제출 #961343

#제출 시각아이디문제언어결과실행 시간메모리
961343Mohamed_Kachef06자매 도시 (APIO20_swap)C++17
컴파일 에러
0 ms0 KiB
#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; }

컴파일 시 표준 에러 (stderr) 메시지

swap.cpp:1:10: fatal error: paint.h: No such file or directory
    1 | #include "paint.h"
      |          ^~~~~~~~~
compilation terminated.