#include using namespace std; int main(){ int K,N,F,a, sum=0; cin >> K >> N >> F; while(cin >> a) sum+=a; if(K*N