#import using namespace std;main(){int L,M,Q;bitset<1<<17>a,b;for(cin>>L>>M>>Q;cin>>Q,L?a[Q]=L--:M?b[Q]=M--:0;);for(;Q--;b<<=1)cout<<(a&b).count()<