結果
| 問題 | No.516 赤と青の風船 |
| コンテスト | |
| ユーザー |
gim
|
| 提出日時 | 2017-06-21 14:31:08 |
| 言語 | PyPy2 (7.3.20) |
| 結果 |
AC
|
| 実行時間 | 48 ms / 2,000 ms |
| + 224µs | |
| コード長 | 100 bytes |
| 記録 | |
| コンパイル時間 | 56 ms |
| コンパイル使用メモリ | 81,124 KB |
| 実行使用メモリ | 81,176 KB |
| 最終ジャッジ日時 | 2026-07-18 14:57:57 |
| 合計ジャッジ時間 | 1,659 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 6 |
ソースコード
s1=raw_input()
s2=raw_input()
s3=raw_input()
if s1==s2 or s2==s3:
print s2
else:
print s1
gim