Submission #65250
ソースコード
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | #include <bits/stdc++.h> using namespace std; using Graph = vector<vector< int >>; int main() { long long l,r,k,a,ans=0,t=2; cin>>l>>r>>k; a=k-l+1; if (r-k>=2){ ans=a/2; } else while (t<=a){ ans++; t*=2; } cout<<ans<<endl; return (0); } |
ステータス
項目 | データ |
---|---|
問題 | 1470 - 山田うどん-大- |
ユーザー名 | r1910 |
投稿日時 | 2021-01-06 15:27:47 |
言語 | C++14 |
状態 | Wrong Answer |
得点 | 0 |
ソースコード長 | 307 Byte |
最大実行時間 | 31 ms |
最大メモリ使用量 | 680 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 0 / 100 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
in01.txt | WA | 25 ms | 604 KB |
1
|
in02.txt | WA | 21 ms | 576 KB |
1
|
in03.txt | WA | 18 ms | 548 KB |
1
|
in04.txt | WA | 22 ms | 524 KB |
1
|
in05.txt | WA | 20 ms | 620 KB |
1
|
in06.txt | WA | 20 ms | 596 KB |
1
|
in07.txt | AC | 20 ms | 564 KB |
1
|
in08.txt | WA | 21 ms | 532 KB |
1
|
in09.txt | WA | 21 ms | 496 KB |
1
|
in10.txt | WA | 24 ms | 468 KB |
1
|
in11.txt | WA | 21 ms | 440 KB |
1
|
in12.txt | WA | 19 ms | 536 KB |
1
|
in13.txt | WA | 22 ms | 512 KB |
1
|
in14.txt | WA | 19 ms | 484 KB |
1
|
in15.txt | WA | 20 ms | 580 KB |
1
|
in16.txt | AC | 24 ms | 680 KB |
1
|
in17.txt | WA | 20 ms | 524 KB |
1
|
in18.txt | AC | 16 ms | 500 KB |
1
|
in19.txt | AC | 20 ms | 604 KB |
1
|
in20.txt | WA | 19 ms | 572 KB |
1
|
in21.txt | WA | 20 ms | 544 KB |
1
|
sample01.txt | AC | 20 ms | 640 KB |
1
|
sample02.txt | AC | 20 ms | 484 KB |
1
|
sample03.txt | AC | 31 ms | 588 KB |
1
|