結果
問題 | No.841 8/32 |
ユーザー |
![]() |
提出日時 | 2023-10-01 16:33:20 |
言語 | Nim (2.2.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 215 bytes |
コンパイル時間 | 5,045 ms |
コンパイル使用メモリ | 61,916 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-07-26 13:29:33 |
合計ジャッジ時間 | 3,473 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 21 |
ソースコード
import strscanslet (_, fst, snd) = stdin.readAll.scanTuple"$w $w"var cnt = 0if fst in ["Sun","Sat"]:inc cntif snd in ["Sun","Sat"]:inc cntecho case cnt:of 0: "8/31"of 1: "8/32"else: "8/33"