king.cpp:1:2: error: invalid preprocessing directive #inlcude; did you mean #include?
#inlcude <iostream>
^~~~~~~
include
king.cpp: In function 'int SendInfo(std::vector<int>, std::vector<int>)':
king.cpp:7:5: error: ambiguating new declaration of 'int SendInfo(std::vector<int>, std::vector<int>)'
int SendInfo(vector <int> W, vector <int> C)
^~~~~~~~
In file included from king.cpp:2:0:
king.h:3:11: note: old declaration 'long long int SendInfo(std::vector<int>, std::vector<int>)'
long long SendInfo(std::vector<int> W, std::vector<int> C);
^~~~~~~~
vassal.cpp: In function 'void Init(int, std::vector<int>)':
vassal.cpp:11:22: error: 'N' was not declared in this scope
for (int i = 0; i < N; i++) sit.insert(i);
^
vassal.cpp: In function 'int Maid(int)':
vassal.cpp:19:7: error: 'C' was not declared in this scope
if (C[mid] > w) {
^