結果
問題 | No.687 E869120 and Constructing Array 1 |
ユーザー | tails |
提出日時 | 2018-05-18 22:21:56 |
言語 | Perl (5.40.0) |
結果 |
AC
|
実行時間 | 3 ms / 1,000 ms |
コード長 | 46 bytes |
コンパイル時間 | 38 ms |
コンパイル使用メモリ | 5,248 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-28 13:49:54 |
合計ジャッジ時間 | 638 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 6 |
コンパイルメッセージ
Main.pl syntax OK
ソースコード
$n=<>; $a=$n>10?$n-10:1;$b=$n-$a; print"$a $b"