結果
| 問題 | 
                            No.1915 Addition 
                             | 
                    
| コンテスト | |
| ユーザー | 
                             とりゐ
                         | 
                    
| 提出日時 | 2021-12-13 20:56:14 | 
| 言語 | PyPy3  (7.3.15)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 87 bytes | 
| コンパイル時間 | 162 ms | 
| コンパイル使用メモリ | 82,204 KB | 
| 実行使用メモリ | 54,260 KB | 
| 最終ジャッジ日時 | 2024-06-25 00:53:25 | 
| 合計ジャッジ時間 | 1,894 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge5 / judge3 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | WA * 1 | 
| other | WA * 10 | 
ソースコード
# leading zero
t=int(input())
for i in range(t):
  m=int(input())*2
  print('0'+str(m))
            
            
            
        
            
とりゐ