#include using namespace std; int main(){ int k,n,f;cin>>k>>n>>f; int sum=0; while(f--){ int a;cin>>a; sum+=a; } cout<