0_0_33210973_32438.cpp:1:72: error: stray '#' in program
<span class="sh-preproc" style="line-height:1.1em;color:rgb(0,184,0);">#include</span><span class="sh-string" style="line-height:1.1em;color:rgb(255,0,0);"><stdio.h></span>
^
0_0_33210973_32438.cpp:2:72: error: stray '#' in program
<span class="sh-preproc" style="line-height:1.1em;color:rgb(0,184,0);">#include</span><span class="sh-string" style="line-height:1.1em;color:rgb(255,0,0);"><string.h></span>
^
0_0_33210973_32438.cpp:3:72: error: stray '#' in program
<span class="sh-preproc" style="line-height:1.1em;color:rgb(0,184,0);">#include</span><span class="sh-string" style="line-height:1.1em;color:rgb(255,0,0);"><stdlib.h></span>
^
0_0_33210973_32438.cpp:5:72: error: stray '#' in program
<span class="sh-preproc" style="line-height:1.1em;color:rgb(0,184,0);">#define</span> N <span class="sh-number" style="line-height:1.1em;color:rgb(169,0,169);">330</span>
^
0_0_33210973_32438.cpp:6:72: error: stray '#' in program
<span class="sh-preproc" style="line-height:1.1em;color:rgb(0,184,0);">#define</span> MAX <span class="sh-number" style="line-height:1.1em;color:rgb(169,0,169);">9999999</span>
^
0_0_33210973_32438.cpp:77:302: error: exponent has no digits
<span class="sh-function" style="line-height:1.1em;font-weight:bold;">printf</span><span class="sh-symbol" style="line-height:1.1em;color:rgb(255,0,0);">(</span><span class="sh-string" style="line-height:1.1em;color:rgb(255,0,0);">"No</span><span class="sh-specialchar" style="line-height:1.1em;color:rgb(196,45,168);">\n</span><span class="sh-string" style="line-height:1.1em;color:rgb(255,0,0);">"</span><span class="sh-symbol" style="line-height:1.1em;color:rgb(255,0,0);">);</span>
^
0_0_33210973_32438.cpp:77:384: error: exponent has no digits
<span class="sh-function" style="line-height:1.1em;font-weight:bold;">printf</span><span class="sh-symbol" style="line-height:1.1em;color:rgb(255,0,0);">(</span><span class="sh-string" style="line-height:1.1em;color:rgb(255,0,0);">"No</span><span class="sh-specialchar" style="line-height:1.1em;color:rgb(196,45,168);">\n</span><span class="sh-string" style="line-height:1.1em;color:rgb(255,0,0);">"</span><span class="sh-symbol" style="line-height:1.1em;color:rgb(255,0,0);">);</span>
^
0_0_33210973_32438.cpp:81:303: error: exponent has no digits
<span class="sh-function" style="line-height:1.1em;font-weight:bold;">printf</span><span class="sh-symbol" style="line-height:1.1em;color:rgb(255,0,0);">(</span><span class="sh-string" style="line-height:1.1em;color:rgb(255,0,0);">"Yes</span><span class="sh-specialchar" style="line-height:1.1em;color:rgb(196,45,168);">\n</span><span class="sh-string" style="line-height:1.1em;color:rgb(255,0,0);">"</span><span class="sh-symbol" style="line-height:1.1em;color:rgb(255,0,0);">);</span>
^
0_0_33210973_32438.cpp:81:385: error: exponent has no digits
<span class="sh-function" style="line-height:1.1em;font-weight:bold;">printf</span><span class="sh-symbol" style="line-height:1.1em;color:rgb(255,0,0);">(</span><span class="sh-string" style="line-height:1.1em;color:rgb(255,0,0);">"Yes</span><span class="sh-specialchar" style="line-height:1.1em;color:rgb(196,45,168);">\n</span><span class="sh-string" style="line-height:1.1em;color:rgb(255,0,0);">"</span><span class="sh-symbol" style="line-height:1.1em;color:rgb(255,0,0);">);</span>
^
0_0_33210973_32438.cpp:1:1: error: expected unqualified-id before '<' token
<span class="sh-preproc" style="line-height:1.1em;color:rgb(0,184,0);">#include</span><span class="sh-string" style="line-height:1.1em;color:rgb(255,0,0);"><stdio.h></span>
^
0_0_33210973_32438.cpp:8:231: error: expected unqualified-id before '<' token
<span class="sh-type" style="line-height:1.1em;color:rgb(0,0,255);">int</span> n<span class="sh-symbol" style="line-height:1.1em;color:rgb(255,0,0);">,</span>m<span class="sh-symbol" style="line-height:1.1em;color:rgb(255,0,0);">;</span>
^
0_0_33210973_32438.cpp:9:314: error: expected unqualified-id before '<' token
<span class="sh-type" style="line-height:1.1em;color:rgb(0,0,255);">int</span> map<span class="sh-symbol" style="line-height:1.1em;color:rgb(255,0,0);">[</span>N<span class="sh-symbol" style="line-height:1.1em;color:rgb(255,0,0);">][</span>N<span class="sh-symbol" style="line-height:1.1em;color:rgb(255,0,0);">];</span>
^
0_0_33210973_32438.cpp:10:234: error: expected unqualified-id before '<' token
<span class="sh-type" style="line-height:1.1em;color:rgb(0,0,255);">int</span> num<span class="sh-symbol" style="line-height:1.1em;color:rgb(255,0,0);">[</span>N<span class="sh-symbol" style="line-height:1.1em;color:rgb(255,0,0);">];</span>
^
|