結果

問題 No.854 公平なりんご分配
ユーザー chaemonchaemon
提出日時 2019-07-26 23:07:41
言語 Nim
(2.0.2)
結果
MLE  
実行時間 -
コード長 2,587 bytes
コンパイル時間 3,911 ms
コンパイル使用メモリ 71,992 KB
実行使用メモリ 406,432 KB
最終ジャッジ日時 2024-07-02 09:16:13
合計ジャッジ時間 22,240 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,812 KB
testcase_01 AC 2 ms
6,944 KB
testcase_02 AC 2 ms
6,940 KB
testcase_03 AC 2 ms
6,940 KB
testcase_04 AC 2 ms
6,940 KB
testcase_05 AC 2 ms
6,944 KB
testcase_06 AC 2 ms
6,940 KB
testcase_07 AC 1 ms
6,944 KB
testcase_08 AC 2 ms
6,944 KB
testcase_09 AC 1 ms
6,944 KB
testcase_10 AC 2 ms
6,940 KB
testcase_11 AC 2 ms
6,940 KB
testcase_12 AC 2 ms
6,940 KB
testcase_13 AC 2 ms
6,944 KB
testcase_14 AC 2 ms
6,944 KB
testcase_15 AC 2 ms
6,940 KB
testcase_16 AC 2 ms
6,940 KB
testcase_17 AC 2 ms
6,944 KB
testcase_18 AC 2 ms
6,940 KB
testcase_19 AC 2 ms
6,940 KB
testcase_20 AC 2 ms
6,940 KB
testcase_21 AC 2 ms
6,944 KB
testcase_22 AC 6 ms
6,940 KB
testcase_23 AC 6 ms
6,940 KB
testcase_24 AC 10 ms
6,940 KB
testcase_25 AC 5 ms
6,940 KB
testcase_26 AC 9 ms
6,944 KB
testcase_27 AC 7 ms
6,948 KB
testcase_28 AC 6 ms
6,944 KB
testcase_29 AC 3 ms
6,940 KB
testcase_30 AC 5 ms
6,940 KB
testcase_31 AC 9 ms
6,940 KB
testcase_32 AC 83 ms
88,392 KB
testcase_33 AC 93 ms
48,872 KB
testcase_34 AC 157 ms
120,944 KB
testcase_35 AC 115 ms
96,760 KB
testcase_36 AC 76 ms
8,704 KB
testcase_37 AC 81 ms
83,568 KB
testcase_38 AC 65 ms
68,904 KB
testcase_39 AC 237 ms
128,276 KB
testcase_40 AC 105 ms
42,108 KB
testcase_41 AC 115 ms
76,988 KB
testcase_42 AC 137 ms
118,972 KB
testcase_43 AC 168 ms
81,172 KB
testcase_44 AC 176 ms
110,776 KB
testcase_45 AC 175 ms
23,424 KB
testcase_46 AC 225 ms
108,916 KB
testcase_47 AC 89 ms
61,656 KB
testcase_48 AC 128 ms
118,528 KB
testcase_49 AC 120 ms
119,372 KB
testcase_50 AC 74 ms
83,316 KB
testcase_51 AC 228 ms
114,292 KB
testcase_52 AC 148 ms
51,084 KB
testcase_53 AC 82 ms
50,224 KB
testcase_54 AC 147 ms
60,644 KB
testcase_55 AC 59 ms
52,392 KB
testcase_56 AC 55 ms
53,152 KB
testcase_57 AC 82 ms
43,504 KB
testcase_58 AC 153 ms
19,072 KB
testcase_59 AC 47 ms
38,016 KB
testcase_60 AC 104 ms
43,220 KB
testcase_61 AC 50 ms
10,240 KB
testcase_62 AC 123 ms
36,932 KB
testcase_63 AC 90 ms
38,816 KB
testcase_64 AC 38 ms
16,640 KB
testcase_65 AC 99 ms
104,628 KB
testcase_66 AC 76 ms
28,544 KB
testcase_67 AC 122 ms
68,812 KB
testcase_68 AC 117 ms
31,444 KB
testcase_69 AC 97 ms
129,292 KB
testcase_70 AC 55 ms
42,488 KB
testcase_71 AC 61 ms
48,080 KB
testcase_72 AC 100 ms
8,704 KB
testcase_73 AC 82 ms
84,160 KB
testcase_74 AC 150 ms
102,484 KB
testcase_75 AC 86 ms
46,564 KB
testcase_76 AC 118 ms
80,188 KB
testcase_77 AC 128 ms
117,032 KB
testcase_78 AC 156 ms
33,452 KB
testcase_79 AC 144 ms
70,384 KB
testcase_80 AC 135 ms
74,672 KB
testcase_81 AC 103 ms
76,872 KB
testcase_82 MLE -
testcase_83 MLE -
testcase_84 MLE -
testcase_85 MLE -
testcase_86 MLE -
testcase_87 MLE -
testcase_88 MLE -
testcase_89 MLE -
testcase_90 MLE -
testcase_91 MLE -
testcase_92 MLE -
testcase_93 MLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
/home/judge/data/code/Main.nim(2, 57) Warning: imported and not used: 'strutils' [UnusedImport]
/home/judge/data/code/Main.nim(2, 45) Warning: imported and not used: 'math' [UnusedImport]
/home/judge/data/code/Main.nim(2, 29) Warning: imported and not used: 'tables' [UnusedImport]
/home/judge/data/code/Main.nim(2, 37) Warning: imported and not used: 'macros' [UnusedImport]

ソースコード

diff #

#{{{ header
import algorithm, sequtils, tables, macros, math, sets, strutils
when defined(MYDEBUG):
  import header

proc scanf(formatstr: cstring){.header: "<stdio.h>", varargs.}
proc getchar(): char {.header: "<stdio.h>", varargs.}
proc nextInt(): int = scanf("%lld",addr result)
proc nextFloat(): float = scanf("%lf",addr result)
proc nextString(): string =
  var get = false
  result = ""
  while true:
    var c = getchar()
    if int(c) > int(' '):
      get = true
      result.add(c)
    else:
      if get: break
      get = false
template `max=`*(x,y:typed):void = x = max(x,y)
template `min=`*(x,y:typed):void = x = min(x,y)
template infty(T): untyped = ((T(1) shl T(sizeof(T)*8-2)) - 1)
#}}}

var pdiv: seq[int]

proc sieve_of_eratosthenes(n:int):void =
  pdiv = newSeq[int](n)
  for i in 2..<n:
    pdiv[i] = i
  for i in 2..<n:
    if i * i >= n: break
    if pdiv[i] == i:
      for j in countup(i*i,n-1,i):
        pdiv[j] = i

proc is_prime(n:int):bool =
  return n!=1 and pdiv[n]==n

proc main():void =
  sieve_of_eratosthenes(2000)
  var
    N = nextInt()
    A = newSeqWith(N,nextInt())
    pid = newSeq[int](2000)
    zero_ct = newSeqWith(N+1,0)
    ct = 0
  for p in 2..<2000:
    if pdiv[p]==p:
      pid[p] = ct
      ct += 1
  var
    t = newSeqWith(N+1,newSeq[int](ct))
  zero_ct[0] = 0
  for i in 0..<N:
    var a = A[i]
    for j in 0..<ct:
      t[i+1][j] = t[i][j]
    zero_ct[i+1] = zero_ct[i]
    if a == 0:
      zero_ct[i+1] += 1
    else:
      for p in 2..a:
        if p*p > a: break
        while a mod p==0:
          a = a div p
          t[i+1][pid[p]] += 1
      if a > 1:
        t[i+1][pid[a]] += 1
  var
    Q = nextInt()
  for _ in 0..<Q:
    var
      P = nextInt()
      L = nextInt()
      R = nextInt()
      tt = newSeq[int](ct)
      u = newSeq[int](ct)
    L -= 1
    if zero_ct[R] - zero_ct[L] > 0:
      echo "Yes"
    else:
      var valid = true
      for j in 0..<ct:
        tt[j] += t[R][j] - t[L][j]
      var a = P
      for p in 2..a:
        if p*p > a: break
        if a mod p == 0:
          if p >= 2000:
            valid = false
            break
          while a mod p == 0:
            a = a div p
            u[pid[p]] += 1
        if not valid:
          break
      if not valid:
        echo "NO"
        continue
      if a > 1:
        if a >= 2000:
          valid = false
          echo "NO"
          continue
        else:
          u[pid[a]] += 1
      for i in 0..<ct:
        if tt[i] < u[i]:
          valid = false
      if valid:
        echo "Yes"
      else:
        echo "NO"
  discard


main()
0