結果
問題 |
No.1468 Colourful Pastel
|
ユーザー |
|
提出日時 | 2021-04-04 15:20:10 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 98 ms / 1,000 ms |
コード長 | 177 bytes |
コンパイル時間 | 651 ms |
コンパイル使用メモリ | 81,792 KB |
実行使用メモリ | 82,304 KB |
最終ジャッジ日時 | 2024-12-27 22:48:28 |
合計ジャッジ時間 | 2,806 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 25 |
ソースコード
n=int(input()) v=list(input().split()) w=list(input().split()) for i in ['Red','Orange','Yellow','Green','Cyan','Blue','Violet']: if v.count(i)!=w.count(i): print(i)