#include using namespace std; #define rep(i,a,b) for(int i=a;i> X >> Y >> N; rep(i, 0, N) cin >> A[i]; cout << sol() << endl; }