Can anyone help me to improve the code.. Here is my solution:3406918.
| # | User | Rating |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3603 |
| 4 | jiangly | 3583 |
| 5 | strapple | 3515 |
| 6 | tourist | 3470 |
| 7 | dXqwq | 3436 |
| 8 | Radewoosh | 3415 |
| 9 | Otomachi_Una | 3413 |
| 10 | Um_nik | 3376 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 158 |
| 2 | adamant | 152 |
| 3 | Proof_by_QED | 146 |
| 3 | Um_nik | 146 |
| 5 | Dominater069 | 144 |
| 6 | errorgorn | 141 |
| 7 | cry | 139 |
| 8 | YuukiS | 135 |
| 9 | chromate00 | 134 |
| 9 | TheScrasse | 134 |
Can anyone help me to improve the code.. Here is my solution:3406918.
some somebody explain it.thanks in advance..
I know the logic is true for small numbers,but how can i prove the correctness of the algorithm for all n; here is the code:2296715
here is my solution,plz help 2269000
Your code here...
using namespace std; int main() { long long n,u=1,d=2,c=1000000007; cin>>n; while(n) { if(n%2) u=(u*d)%c; d=(d*d)%c; n/=2; } cout<<((u*u+u)/2)%c; return 0; }
i think the answer is (4^n-(1+2.....(2^n-1)))%(10^9+7);but upper bound of n is 10^18; so how to find the answer?
need tutorial on matrix exponential algorithm
| Name |
|---|


