0_0_28848552_8198.cpp:1:28: error: stray '#' in program
<code class=" hljs axapta">#include <bits/stdc++.h>
^
0_0_28848552_8198.cpp:1:1: error: expected unqualified-id before '<' token
<code class=" hljs axapta">#include <bits/stdc++.h>
^
0_0_28848552_8198.cpp: In function 'int main()':
0_0_28848552_8198.cpp:32:18: error: 'scanf' was not declared in this scope
scanf("%d",&t);
^
0_0_28848552_8198.cpp:45:38: error: 'printf' was not declared in this scope
printf("%lld\n",(ans+mod)%mod);
^
|