結果
問題 |
No.555 世界史のレポート
|
ユーザー |
![]() |
提出日時 | 2017-08-12 00:06:57 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 1,691 bytes |
コンパイル時間 | 1,464 ms |
コンパイル使用メモリ | 123,236 KB |
最終ジャッジ日時 | 2025-01-05 02:17:02 |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 13 WA * 7 |
ソースコード
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <algorithm> #include <utility> #include <functional> #include <cstring> #include <queue> #include <stack> #include <math.h> #include <iterator> #include <vector> #include <string> #include <set> #include <math.h> #include <iostream> #include <random> #include<map> #include <iomanip> #include <time.h> #include <stdlib.h> #include <list> #include <typeinfo> #include <list> #include <set> #include <cassert> #include<fstream> #include <unordered_map> using namespace std; #define eps 0.00000001 #define LONG_INF 10000000000000000 #define GOLD 1.61803398874989484820458 #define MAX_MOD 1000000007 #define REP(i,n) for(long long i = 0;i < n;++i) int main() { long long n, c, v; cin >> n >> c >> v; long long ans = (n - 1)*v; for (int copy = 1;copy < 20 && copy < n;++copy) { int top = n, bot = 1; while (top - bot > 1) { int mid = (top + bot) / 2; int j = 0; long long now = 1, board = 1; for (j = 0;now < n;j++) { now += board; if ((j + 1) % mid == 0 && (j + 1) / mid <= copy) { board = now; } } if (j / mid > copy) { bot = mid; } else top = mid; } int mid = top; int hogehoge = 0; int j = 0; long long now = 1, board = 1; for (j = 0;now < n;j++) { now += board; if ((j + 1) % mid == 0 && (j + 1) / mid <= copy) { board = now; } hogehoge++; } int hoge_hoge = 0; mid = bot; j = 0; now = 1, board = 1; for (j = 0;now < n;j++) { now += board; if ((j + 1) % mid == 0 && (j + 1) / mid <= copy) { board = now; } hoge_hoge++; } ans = min(ans, min(hogehoge, hoge_hoge)*v + copy*c); } cout << ans + c << endl; return 0; }