結果
| 問題 | No.3067 +10 Seconds Clock |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-02-06 22:23:19 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 326 bytes |
| 記録 | |
| コンパイル時間 | 436 ms |
| コンパイル使用メモリ | 96,492 KB |
| 実行使用メモリ | 114,688 KB |
| 最終ジャッジ日時 | 2026-07-07 06:57:55 |
| 合計ジャッジ時間 | 6,336 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 23 |
ソースコード
def solve(): N, T = map(int, input().split()) t = list(map(int, input().split())) for i in range(N - 1): s[i + 1] = sum[i] + t[i] K = int(input()) x = list(map(int, input().split())) for i in range(K): if T + i * 10 <= s[N - 1]: print(-1) return 0 print(max((s[N - 1] - T) / 10, -1) + 1) return 0 a = solve()