結果
| 問題 | No.188 HAPPY DAY |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-02-25 00:10:50 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 34 ms / 1,000 ms |
| コード長 | 172 bytes |
| コンパイル時間 | 266 ms |
| コンパイル使用メモリ | 82,212 KB |
| 実行使用メモリ | 52,436 KB |
| 最終ジャッジ日時 | 2024-09-29 10:26:55 |
| 合計ジャッジ時間 | 650 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 |
ソースコード
#31th →4/31th #Feb→ ok co=1+9 for month in range(1,13): for day in range(10,30): day_str=str(day) if int(day_str[0])+int(day_str[1])==month: co+=1 print(co)