結果
| 問題 | 
                            No.2547 Did you enjoy Chofu Festival?
                             | 
                    
| コンテスト | |
| ユーザー | 
                             wagasa2
                         | 
                    
| 提出日時 | 2023-11-27 22:31:31 | 
| 言語 | Python3  (3.13.1 + numpy 2.2.1 + scipy 1.14.1)  | 
                    
| 結果 | 
                             
                                RE
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 163 bytes | 
| コンパイル時間 | 133 ms | 
| コンパイル使用メモリ | 12,544 KB | 
| 実行使用メモリ | 10,880 KB | 
| 最終ジャッジ日時 | 2024-09-26 12:37:46 | 
| 合計ジャッジ時間 | 1,095 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge4 / judge1 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| 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())]))
            
wagasa2