foo.c: In function 'main':
foo.c:5:5: error: variable-sized object may not be initialized
int l,m,a,b,i,j,aw=0,c[l+1]={0};
^~~
foo.c:5:34: warning: excess elements in array initializer
int l,m,a,b,i,j,aw=0,c[l+1]={0};
^
foo.c:5:34: note: (near initialization for 'c')
foo.c:6:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d",&l,&m);
^~~~~~~~~~~~~~~~~~~~
foo.c:9:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d",&a,&b);
^~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务