0_0_21598275_18020.cpp:1:33: error: stray '#' in program
<span class="hljs-preprocessor">#include <iostream></span>
^
0_0_21598275_18020.cpp:2:33: error: stray '#' in program
<span class="hljs-preprocessor">#include <string.h></span>
^
0_0_21598275_18020.cpp:3:33: error: stray '#' in program
<span class="hljs-preprocessor">#include <stdio.h></span>
^
0_0_21598275_18020.cpp:4:33: error: stray '#' in program
<span class="hljs-preprocessor">#include <algorithm></span>
^
0_0_21598275_18020.cpp:1:1: error: expected unqualified-id before '<' token
<span class="hljs-preprocessor">#include <iostream></span>
^
0_0_21598275_18020.cpp:7:1: error: expected unqualified-id before '<' token
<span class="hljs-keyword">typedef</span> <span class="hljs-keyword">long</span> <span class="hljs-keyword">long</span> ll;
^
0_0_21598275_18020.cpp:8:1: error: expected unqualified-id before '<' token
<span class="hljs-keyword">const</span> <span class="hljs-keyword">int</span> mod = <span class="hljs-number">1e9</span>+<span class="hljs-number">7</span>;
^
0_0_21598275_18020.cpp:10:1: error: 'll' does not name a type
ll quickpow(ll a,ll n)
^
0_0_21598275_18020.cpp:23:1: error: expected unqualified-id before '<' token
<span class="hljs-keyword">int</span> main()
^
|