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