結果
問題 |
No.8115 What day of week is it in N days?
|
ユーザー |
|
提出日時 | 2025-03-10 23:20:27 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 66 ms / 2,000 ms |
コード長 | 83 bytes |
コンパイル時間 | 211 ms |
コンパイル使用メモリ | 82,368 KB |
実行使用メモリ | 55,516 KB |
最終ジャッジ日時 | 2025-03-13 20:38:58 |
合計ジャッジ時間 | 2,233 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 |
other | AC * 19 |
ソースコード
from datetime import date print(date(2025, 4, 1 + int(input()) % 7).strftime('%A'))