結果
| 問題 | 
                            No.143 豆
                             | 
                    
| コンテスト | |
| ユーザー | 
                             | 
                    
| 提出日時 | 2022-03-19 17:13:32 | 
| 言語 | Python3  (3.13.1 + numpy 2.2.1 + scipy 1.14.1)  | 
                    
| 結果 | 
                             
                                RE
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 144 bytes | 
| コンパイル時間 | 136 ms | 
| コンパイル使用メモリ | 12,416 KB | 
| 実行使用メモリ | 10,752 KB | 
| 最終ジャッジ日時 | 2024-10-04 20:47:29 | 
| 合計ジャッジ時間 | 1,296 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge1 / judge5 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | RE * 17 | 
ソースコード
l1=input()
l2=input()
bean=int(l1.split( )[0])*int(l1.split( )[1])
olds=map(int,l2.split( ))
sumold=0
for i in olds:
    sumold+=i 
print(smold)