#include using namespace std; int main() { long k,n,f,i,ans; cin >> k >> n >> f; vector a(f); for(i=0; i> a[i]; } ans=k*n; for(i=0; i