0_0_17280160_23627.cpp: In function 'int main()':
0_0_17280160_23627.cpp:54:33: error: 'tabj' was not declared in this scope
for (int j=0;tab[j]*tabj]<t;j++)
^
0_0_17280160_23627.cpp:54:37: error: expected ';' before ']' token
for (int j=0;tab[j]*tabj]<t;j++)
^
0_0_17280160_23627.cpp:54:37: error: expected primary-expression before ']' token
0_0_17280160_23627.cpp:54:37: error: expected ')' before ']' token
0_0_17280160_23627.cpp:54:37: error: expected primary-expression before ']' token
0_0_17280160_23627.cpp:54:41: error: 'j' was not declared in this scope
for (int j=0;tab[j]*tabj]<t;j++)
^
|