結果
問題 | No.1330 Multiply or Divide |
ユーザー | XD |
提出日時 | 2021-11-12 20:30:54 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 2,585 bytes |
コンパイル時間 | 1,585 ms |
コンパイル使用メモリ | 171,284 KB |
実行使用メモリ | 124,800 KB |
最終ジャッジ日時 | 2024-11-25 09:59:55 |
合計ジャッジ時間 | 8,131 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 18 ms
57,548 KB |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | AC | 16 ms
57,652 KB |
testcase_04 | AC | 3 ms
9,676 KB |
testcase_05 | AC | 15 ms
59,556 KB |
testcase_06 | AC | 9 ms
11,720 KB |
testcase_07 | WA | - |
testcase_08 | AC | 39 ms
59,948 KB |
testcase_09 | WA | - |
testcase_10 | AC | 39 ms
61,444 KB |
testcase_11 | WA | - |
testcase_12 | WA | - |
testcase_13 | AC | 17 ms
57,516 KB |
testcase_14 | WA | - |
testcase_15 | WA | - |
testcase_16 | AC | 15 ms
59,116 KB |
testcase_17 | AC | 15 ms
58,292 KB |
testcase_18 | AC | 33 ms
59,984 KB |
testcase_19 | AC | 33 ms
60,356 KB |
testcase_20 | AC | 32 ms
60,316 KB |
testcase_21 | AC | 33 ms
60,344 KB |
testcase_22 | AC | 34 ms
60,432 KB |
testcase_23 | WA | - |
testcase_24 | AC | 15 ms
58,252 KB |
testcase_25 | AC | 15 ms
57,580 KB |
testcase_26 | AC | 14 ms
57,616 KB |
testcase_27 | AC | 15 ms
59,272 KB |
testcase_28 | AC | 15 ms
57,612 KB |
testcase_29 | AC | 16 ms
57,456 KB |
testcase_30 | AC | 16 ms
57,468 KB |
testcase_31 | AC | 15 ms
57,544 KB |
testcase_32 | AC | 15 ms
57,576 KB |
testcase_33 | AC | 15 ms
59,528 KB |
testcase_34 | AC | 28 ms
60,256 KB |
testcase_35 | AC | 18 ms
57,584 KB |
testcase_36 | AC | 26 ms
59,404 KB |
testcase_37 | AC | 25 ms
60,060 KB |
testcase_38 | AC | 21 ms
59,172 KB |
testcase_39 | AC | 20 ms
57,596 KB |
testcase_40 | AC | 22 ms
57,996 KB |
testcase_41 | AC | 18 ms
59,212 KB |
testcase_42 | AC | 27 ms
60,080 KB |
testcase_43 | AC | 26 ms
59,552 KB |
testcase_44 | WA | - |
testcase_45 | AC | 21 ms
58,956 KB |
ソースコード
#include <bits/stdc++.h> #define forn(i,s,t) for(register int i=(s); i<=(t); ++i) #define forl(i,s,t) for(register i64 i=(s); i<=(t); ++i) #define form(i,s,t) for(register int i=(s); i>=(t); --i) #define rep(i,s,t) for(register int i=(s); i<(t); ++i) #define IT(u) for(register int i=G[u]; i; i=E[i].nxt) using namespace std; namespace FASTIO { const int SIZ = 1 << 26 | 1; char ibuf[SIZ], obuf[SIZ], *iS = ibuf, *iT = ibuf, *oS = obuf, *oT = obuf + SIZ - 1, qwq[60], qaq; #define gc() (iS == iT && (iT = (iS = ibuf) + fread(ibuf, 1, SIZ, stdin), iS == iT) ? EOF : *iS++) template<typename T> inline void Rdn(T& A) { register bool fl = 0; register char ch = gc(); A = 0; while(!isdigit(ch)) fl = (ch == '-'), ch = gc(); while(isdigit(ch)) A = (A * 10) + (ch & 15), ch = gc(); fl && (A = -A); } inline void Rdn(char& c) {while((c = gc()) == ' ' || c == '\n' || c == '\r');} inline void Rdn(char* s) { while((*s = gc()) == ' ' || *s == '\n' || *s == '\r') ; if(*s == EOF) return ; while(*s != ' ' && *s != '\n' && *s != '\r' && *s != EOF) *(++s) = gc(); *s = 0; } template<typename T, typename ...U> inline void Rdn(T& A, U& ...B) {Rdn(A), Rdn(B...);} inline void flush() {fwrite(obuf, 1, oS - obuf, stdout), oS = obuf;} inline void pc(char c) {*oS ++ = c; if(oS == oT) flush();} template<typename T> inline void Wtn(T A) { if(!A) return pc('0'); if(A < 0) pc('-'), A = -A; while(A) qwq[++qaq] = A % 10 + '0', A /= 10; while(qaq) pc(qwq[qaq -- ]); } inline void Wtn(char A) {pc(A);} inline void Wtn(char *s) {while(*s) pc(*s), ++s;} inline void Wtn(const char *s) {while(*s) pc(*s), ++s;} template<typename T, typename ...U> inline void Wtn(T A, U ...B) {Wtn(A), Wtn(B...);} #undef gc } using FASTIO :: Rdn; using FASTIO :: Wtn; using FASTIO :: flush; typedef long long i64; typedef double f64; typedef unsigned long long u64; typedef pair<i64, i64> pii; typedef pair<int, u64> piu; const int N = 2e5 + 5; const i64 INF = 1e18; inline void init() {} int n, m, P, a[N], k[N], x[N], f[N << 6], Mx, Mt[N]; inline void solve() { Rdn(n, m, P); forn (i, 1, n) Rdn(a[i]); sort (a + 1, a + n + 1); forn (i, 1, n) { x[i] = a[i]; while (x[i] % P == 0) k[i] ++ , x[i] /= P; Mx = max(Mx, x[i]), Mt[k[i]] = max(Mt[k[i]], x[i]); } if (Mx <= 1) return Wtn("-1\n"); memset(f, -1, sizeof f); f[0] = 1; int res = 0; while (f[res] * a[n] <= m) { forn (d, 0, 63) if (Mt[d]) f[res + d + 1] = max(f[res + d + 1], f[res] * Mt[d]); ++res; } Wtn(res + 1, '\n'); } int Trd; int main() { Trd = 1; while(Trd--) init(), solve(); flush(); return 0; }