結果
| 問題 | 
                            No.2515 Similar Triangles
                             | 
                    
| コンテスト | |
| ユーザー | 
                             tails
                         | 
                    
| 提出日時 | 2023-10-27 21:21:38 | 
| 言語 | Perl  (5.40.0)  | 
                    
| 結果 | 
                             
                                AC
                                 
                             
                            
                         | 
                    
| 実行時間 | 8 ms / 2,000 ms | 
| コード長 | 55 bytes | 
| コンパイル時間 | 472 ms | 
| コンパイル使用メモリ | 6,820 KB | 
| 実行使用メモリ | 6,016 KB | 
| 最終ジャッジ日時 | 2024-09-25 13:18:39 | 
| 合計ジャッジ時間 | 1,071 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge3 / judge4 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 3 | 
| other | AC * 7 | 
コンパイルメッセージ
Name "main::e" used only once: possible typo at Main.pl line 1. Name "main::c" used only once: possible typo at Main.pl line 1. Main.pl syntax OK
ソースコード
($a,$b,$c,$d,$e)=glob<>; print abs($b)==abs($d)?Yes:No
            
tails