結果
| 問題 | 
                            No.530 年齢って毎年変わるし覚えるの難しいよね
                             | 
                    
| コンテスト | |
| ユーザー | 
                             | 
                    
| 提出日時 | 2018-10-23 00:16:45 | 
| 言語 | Python3  (3.13.1 + numpy 2.2.1 + scipy 1.14.1)  | 
                    
| 結果 | 
                             
                                RE
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 105 bytes | 
| コンパイル時間 | 115 ms | 
| コンパイル使用メモリ | 12,416 KB | 
| 実行使用メモリ | 10,752 KB | 
| 最終ジャッジ日時 | 2024-11-19 03:57:31 | 
| 合計ジャッジ時間 | 2,509 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge1 / judge5 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | RE * 48 | 
ソースコード
import datetime today = datetime.today NY = print(today.year) Y = input() a = int(NY) - int(Y) print(a)