0_0_35279114_3929.cpp: In function 'int main()':
0_0_35279114_3929.cpp:20:10: error: two or more data types in declaration of 'n'
int int n,m;
^
0_0_35279114_3929.cpp:20:12: error: two or more data types in declaration of 'm'
int int n,m;
^
0_0_35279114_3929.cpp:21:14: error: 'n' was not declared in this scope
scanf("%d",&n);
^
0_0_35279114_3929.cpp:24:15: error: 'm' was not declared in this scope
scanf("%d",&m);
^
|