#include using namespace std; int main(){ int K,N,F; cin >>K >>N >>F; vector A(F); for(int i=0;i>A[i]; int ans=K*N; for(int i=0;i