結果
問題 | No.91 赤、緑、青の石 |
ユーザー | masumasumath1 |
提出日時 | 2020-01-04 15:25:05 |
言語 | Python3 (3.12.2 + numpy 1.26.4 + scipy 1.12.0) |
結果 |
OLE
|
実行時間 | - |
コード長 | 567 bytes |
コンパイル時間 | 295 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 21,504 KB |
最終ジャッジ日時 | 2024-11-22 20:27:03 |
合計ジャッジ時間 | 104,801 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | OLE | - |
testcase_01 | OLE | - |
testcase_02 | OLE | - |
testcase_03 | OLE | - |
testcase_04 | OLE | - |
testcase_05 | OLE | - |
testcase_06 | OLE | - |
testcase_07 | WA | - |
testcase_08 | WA | - |
testcase_09 | AC | 30 ms
21,120 KB |
testcase_10 | WA | - |
testcase_11 | OLE | - |
testcase_12 | OLE | - |
testcase_13 | OLE | - |
testcase_14 | OLE | - |
testcase_15 | OLE | - |
testcase_16 | AC | 30 ms
10,752 KB |
testcase_17 | WA | - |
testcase_18 | WA | - |
testcase_19 | WA | - |
testcase_20 | WA | - |
testcase_21 | WA | - |
testcase_22 | WA | - |
testcase_23 | WA | - |
testcase_24 | WA | - |
testcase_25 | OLE | - |
testcase_26 | OLE | - |
testcase_27 | WA | - |
testcase_28 | OLE | - |
testcase_29 | OLE | - |
testcase_30 | OLE | - |
testcase_31 | OLE | - |
ソースコード
def func(n): while 1: print(A) if A[2] >= 3 and A[1] >= 1: A[2] -= 2 A.sort() n = makeNeck(n) elif A[2] >= 5: A[0] -= 4 A.sort() n = makeNeck(n) else: break print(A) return n def makeNeck(n): A[0] -= 1 A[1] -= 1 A[2] -= 1 return n+1 A = list(map(int,input().split())) A.sort() ans = min(A) if ans > 0: A[0] -= ans A[1] -= ans A[2] -= ans else: print(0) exit() ans = makeNeck(ans) print(func(ans))