結果
問題 |
No.2547 Did you enjoy Chofu Festival?
|
ユーザー |
![]() |
提出日時 | 2023-11-27 22:31:00 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 163 bytes |
コンパイル時間 | 125 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 10,752 KB |
最終ジャッジ日時 | 2024-09-26 12:37:45 |
合計ジャッジ時間 | 1,137 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 2 |
other | RE * 10 |
ソースコード
N = int(input()) A = [int(a) for a in input().split()] B = [int(b) for b in input().split()] print(sum([b >= a for a, b in zip(input().split(), input().split())]))