結果
| 問題 | 
                            No.481 1から10
                             | 
                    
| コンテスト | |
| ユーザー | 
                             | 
                    
| 提出日時 | 2019-05-26 11:07:31 | 
| 言語 | Python3  (3.13.1 + numpy 2.2.1 + scipy 1.14.1)  | 
                    
| 結果 | 
                             
                                RE
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 121 bytes | 
| コンパイル時間 | 81 ms | 
| コンパイル使用メモリ | 12,544 KB | 
| 実行使用メモリ | 10,624 KB | 
| 最終ジャッジ日時 | 2024-09-17 15:11:59 | 
| 合計ジャッジ時間 | 783 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge2 / judge3 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | RE * 2 | 
| other | RE * 8 | 
ソースコード
B=[]
for i in range(9):
    B.append(input())
for l in range(9):
    if B[l] is not l+1:
        answer=l+1
print(answer)