結果
問題 |
No.530 年齢って毎年変わるし覚えるの難しいよね
|
ユーザー |
![]() |
提出日時 | 2023-06-29 17:33:38 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 162 bytes |
コンパイル時間 | 206 ms |
コンパイル使用メモリ | 28,800 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-07-06 08:07:14 |
合計ジャッジ時間 | 1,477 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 1 WA * 47 |
ソースコード
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <math.h> int main() { int k = 0; scanf("%d", &k); printf("%d\n",k-2017); return 0; }