0_0_36953600_3078.cpp: In function 'int main()':
0_0_36953600_3078.cpp:173:63: error: expected ')' before ';' token
if(a[i][j] == ".......") printf("%d",out[i][j];)
^
0_0_36953600_3078.cpp:173:64: error: expected primary-expression before ')' token
if(a[i][j] == ".......") printf("%d",out[i][j];)
^
|