0_0_30566962_25198.cpp: In function 'int main()':
0_0_30566962_25198.cpp:64:33: error: use of 'i' before deduction of 'auto'
printf("vl: ");for(auto i:vl[i][o])printf("%lld ",i);
^
0_0_30566962_25198.cpp:65:33: error: use of 'i' before deduction of 'auto'
printf("vr: ");for(auto i:vr[i][o])printf("%lld ",i);
^
|