結果

問題 No.651 E869120 and Driving
ユーザー tailstails
提出日時 2018-02-23 22:22:12
言語 Perl
(5.38.0)
結果
AC  
実行時間 3 ms / 1,000 ms
コード長 50 bytes
コンパイル時間 700 ms
コンパイル使用メモリ 5,220 KB
実行使用メモリ 5,300 KB
最終ジャッジ日時 2023-10-22 07:45:45
合計ジャッジ時間 1,402 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,300 KB
testcase_01 AC 3 ms
5,300 KB
testcase_02 AC 3 ms
5,300 KB
testcase_03 AC 3 ms
5,300 KB
testcase_04 AC 3 ms
5,300 KB
testcase_05 AC 3 ms
5,300 KB
testcase_06 AC 3 ms
5,300 KB
testcase_07 AC 3 ms
5,300 KB
testcase_08 AC 3 ms
5,300 KB
testcase_09 AC 3 ms
5,300 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$a=<>;
printf"%d:%02d", 10+int($a/100),$a%100/10*6
0