0_0_35168251_22675.cpp:15:2: error: missing terminating " character
scanf("%d"%d",&m,&n);
^
0_0_35168251_22675.cpp: In function 'int main()':
0_0_35168251_22675.cpp:15:13: error: 'd' was not declared in this scope
scanf("%d"%d",&m,&n);
^
0_0_35168251_22675.cpp:16:17: error: 'i' was not declared in this scope
for ( int i=0; i<m; i++ )
^
|