結果
問題 | No.431 死亡フラグ |
ユーザー |
|
提出日時 | 2016-10-14 22:21:41 |
言語 | Python2 (2.7.18) |
結果 |
AC
|
実行時間 | 24 ms / 2,000 ms |
コード長 | 197 bytes |
コンパイル時間 | 234 ms |
コンパイル使用メモリ | 7,072 KB |
実行使用メモリ | 8,192 KB |
最終ジャッジ日時 | 2024-11-22 06:58:51 |
合計ジャッジ時間 | 1,798 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 16 |
ソースコード
# -*- coding: utf-8 -*-import sys,copy,math,heapq,itertools as it,fractions,re,bisect,collections as collD = map(int, raw_input().split())print "SURVIVED" if sum(D[:3]) < 2 or D[3] else "DEAD"