結果
| 問題 | No.816 Beautiful tuples | 
| コンテスト | |
| ユーザー |  %20 | 
| 提出日時 | 2019-07-16 20:16:24 | 
| 言語 | Perl (5.40.0) | 
| 結果 | 
                                WA
                                 
                             | 
| 実行時間 | - | 
| コード長 | 120 bytes | 
| コンパイル時間 | 632 ms | 
| コンパイル使用メモリ | 6,944 KB | 
| 実行使用メモリ | 7,552 KB | 
| 最終ジャッジ日時 | 2024-12-14 14:00:58 | 
| 合計ジャッジ時間 | 967 ms | 
| ジャッジサーバーID (参考情報) | judge2 / judge1 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | AC * 11 WA * 4 | 
コンパイルメッセージ
Main.pl syntax OK
ソースコード
($A,$B)=glob<>; $N=$A+$B; printf grep/-/||($A+$_)%$B<1&&($B+$_)%$A<1,(@_=grep$N%$_<1,1..sqrt$N),(map$N/$_,reverse@_),-1
