結果

問題 No.296 n度寝
ユーザー tailstails
提出日時 2015-11-06 22:22:49
言語 Perl
(5.38.2)
結果
TLE  
実行時間 -
コード長 81 bytes
コンパイル時間 204 ms
コンパイル使用メモリ 5,156 KB
実行使用メモリ 4,612 KB
最終ジャッジ日時 2023-10-11 14:35:18
合計ジャッジ時間 3,766 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 667 ms
4,500 KB
testcase_01 AC 205 ms
4,612 KB
testcase_02 AC 9 ms
4,564 KB
testcase_03 AC 2 ms
4,556 KB
testcase_04 AC 2 ms
4,564 KB
testcase_05 AC 2 ms
4,516 KB
testcase_06 AC 2 ms
4,496 KB
testcase_07 TLE -
testcase_08 AC 3 ms
4,436 KB
testcase_09 AC 2 ms
4,416 KB
testcase_10 AC 3 ms
4,432 KB
testcase_11 AC 2 ms
4,508 KB
testcase_12 AC 3 ms
4,500 KB
testcase_13 AC 3 ms
4,520 KB
testcase_14 AC 2 ms
4,516 KB
testcase_15 AC 2 ms
4,496 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$/=$";($n,$h,$m,$t)=<>;$m+=$t*($n-1);++$h,$m-=60 while$m>=60;$h%=24;print"$h\n$m"
0