0_0_37737519_11309.cpp: In function 'int main()':
0_0_37737519_11309.cpp:64:26: error: expected unqualified-id before '=' token
int i, j, k, l, n, m,=0 o, t;
^
0_0_37737519_11309.cpp:65:18: error: 't' was not declared in this scope
scanf("%d", &t);
^
0_0_37737519_11309.cpp:66:5: error: 'o' was not declared in this scope
o = 0;
^
|