結果
| 問題 | No.3678 しゃべりすぎた男 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2026-09-06 20:59:05 |
| 言語 | PyPy3 (7.3.23 + ACL) |
| 結果 |
RE
不安定
|
| 実行時間 | - |
| コード長 | 240 bytes |
| 記録 | |
| コンパイル時間 | 235 ms |
| コンパイル使用メモリ | 96,332 KB |
| 実行使用メモリ | 93,952 KB |
| 最終ジャッジ日時 | 2026-09-06 20:59:24 |
| 合計ジャッジ時間 | 7,876 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 33 |
ソースコード
t=list(map(int,input().split()))
unsolveable=False
for e,i in enumerate(imos(t)):
if t[e]==-1:
unsolveable=True
if 6000-i<0 and not unsolveable:
print(-1)
else:
if unsolveable:
print(-1)
else:
print(6000-i)