0
[SOLVED] Am I missing something?
Hi sorry for bothering, but can someone tell me my mistake https://code.sololearn.com/cRz54xVuIrx6/?ref=app
2 Respostas
+ 1
for(int col=0;col<2;++) //col++
{
cout<<numbers[row][col];
//num not numbers
+ 1
read error log after compiling.