0_0_29481646_25103.cpp:1:34: error: stray '#' in program
<span style= "font-size:18px;" > #include<iostream>
^
0_0_29481646_25103.cpp:1:1: error: expected unqualified-id before '<' token
<span style= "font-size:18px;" > #include<iostream>
^
0_0_29481646_25103.cpp: In function 'int main()':
0_0_29481646_25103.cpp:18:42: error: 'min' was not declared in this scope
int ans= 0 ; if (m&&n) ans= 1 ; m=min(n,m);
^
0_0_29481646_25103.cpp: At global scope:
0_0_29481646_25103.cpp:25:1: error: expected unqualified-id before '<' token
</span>
^
|