#include #include #include #include #include #include #include #include #include #include #include #include typedef long long ll; using namespace std; #define mod 1000000007 #define INF 1000000000 #define LLINF 2000000000000000000LL #define SIZE 1000000 int cards_s[SIZE],cards_k[SIZE]; int in_s[100],in_k[100]; int main(){ int n,w,h,H,W; scanf("%d%d%d",&w,&h,&n); H=h; W=w; for(int i=0;i