結果
問題 | No.530 年齢って毎年変わるし覚えるの難しいよね |
ユーザー | WA_TLE |
提出日時 | 2017-06-23 22:32:40 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 61 ms / 2,000 ms |
コード長 | 592 bytes |
コンパイル時間 | 979 ms |
コンパイル使用メモリ | 106,484 KB |
最終ジャッジ日時 | 2025-01-05 00:46:50 |
ジャッジサーバーID (参考情報) |
judge3 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 48 |
ソースコード
#include<string> #include<deque> #include<queue> #include<vector> #include<algorithm> #include<iostream> #include<set> #include<cmath> #include<tuple> #include<map> #include<functional> using namespace std; typedef long long int llint; typedef bool izryt; #define mp make_pair #define mt make_tuple #define pub push_back #define puf push_front #define pob pop_back #define pof pop_front #define fir first #define sec second #define res resize #define ins insert #define era erase const int big=1e9; const int mod=1e9 + 7; int main(void){ int i,j,n,m;cin>>n; cout<<2017-n<<endl; return 0; }