結果
問題 |
No.1828 Except 3
|
ユーザー |
![]() |
提出日時 | 2022-08-17 07:29:43 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 43 ms / 2,000 ms |
コード長 | 235 bytes |
コンパイル時間 | 457 ms |
コンパイル使用メモリ | 82,192 KB |
実行使用メモリ | 70,524 KB |
最終ジャッジ日時 | 2024-10-04 05:45:01 |
合計ジャッジ時間 | 1,794 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 16 |
ソースコード
n=int(input()) a=n-list(map(lambda x:x%3,list(map(int,input().split())))).count(0) b=n-list(map(lambda x:x%3,list(map(int,input().split())))).count(0) c=n-list(map(lambda x:x%3,list(map(int,input().split())))).count(0) print(a * b * c)