0_0_32852983_10600.cpp:1:36: error: stray '#' in program
</pre><pre name="code" class="cpp">#include<iostream>
^
0_0_32852983_10600.cpp:1:1: error: expected unqualified-id before '<' token
</pre><pre name="code" class="cpp">#include<iostream>
^
0_0_32852983_10600.cpp: In function 'int main()':
0_0_32852983_10600.cpp:39:3: error: 'cout' was not declared in this scope
cout<<ans<<endl;
^
0_0_32852983_10600.cpp:39:14: error: 'endl' was not declared in this scope
cout<<ans<<endl;
^
|