cioè r volevo dire -___-

cmq il debug mi da:

codice:
18:
19:   int main()
20:   {                 <<= qui c'è la freccina gialla
00401080   push        ebp
00401081   mov         ebp,esp
00401083   sub         esp,70h
00401086   push        ebx
00401087   push        esi
00401088   push        edi
00401089   lea         edi,[ebp-70h]
0040108C   mov         ecx,1Ch
00401091   mov         eax,0CCCCCCCCh
00401096   rep stos    dword ptr [edi]
21:
22:   int v1[2][2];
23:   int v2[2][2];
24:   int r,c,ir,ic;