結果
| 問題 | 
                            No.530 年齢って毎年変わるし覚えるの難しいよね
                             | 
                    
| コンテスト | |
| ユーザー | 
                             imGUTS_99
                         | 
                    
| 提出日時 | 2019-06-18 17:07:39 | 
| 言語 | C++11(廃止可能性あり)  (gcc 13.3.0)  | 
                    
| 結果 | 
                             
                                WA
                                 
                             
                            
                         | 
                    
| 実行時間 | - | 
| コード長 | 102 bytes | 
| コンパイル時間 | 393 ms | 
| コンパイル使用メモリ | 54,140 KB | 
| 実行使用メモリ | 6,824 KB | 
| 最終ジャッジ日時 | 2024-11-30 07:51:51 | 
| 合計ジャッジ時間 | 1,890 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge1 / judge3 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | AC * 1 WA * 47 | 
ソースコード
#include <iostream>
using namespace std;
int main(){
    int a;
    cin>>a;
    cout<<a-2017<<endl;
}
            
            
            
        
            
imGUTS_99