結果

問題 No.688 E869120 and Constructing Array 2
ユーザー tails
提出日時 2018-05-18 23:53:55
言語 Perl
(5.40.0)
結果
AC  
実行時間 4 ms / 1,000 ms
コード長 91 bytes
コンパイル時間 47 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-07-07 13:41:33
合計ジャッジ時間 746 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 10
権限があれば一括ダウンロードができます
コンパイルメッセージ
Possible precedence problem on bitwise & operator at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

$_=<>;$_/=2,$a++while$_>0&~$_;$a--while($_*=2)-($==sqrt)-$=*$=;print++$=+$a," 0"x$a," 1"x$=
0