0_0_18038700_2873.cpp: In function 'int main()':
0_0_18038700_2873.cpp:58:34: error: expected ')' before '{' token
while((scanf("%d%d",&n,&m)!='0'){
^
0_0_18038700_2873.cpp:61:25: error: 'i' was not declared in this scope
scanf("%d",&T[i][j]);
^
0_0_18038700_2873.cpp:65:25: error: 'i' was not declared in this scope
scanf("%d",&F[i][j]);
^
|