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