Submission #961343

#TimeUsernameProblemLanguageResultExecution timeMemory
961343Mohamed_Kachef06Swapping Cities (APIO20_swap)C++17
Compilation error
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; }

Compilation message (stderr)

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