結果
| 問題 |
No.1423 Triangle of Multiples
|
| コンテスト | |
| ユーザー |
tails
|
| 提出日時 | 2021-03-12 21:25:26 |
| 言語 | Perl (5.40.0) |
| 結果 |
AC
|
| 実行時間 | 276 ms / 2,000 ms |
| コード長 | 95 bytes |
| コンパイル時間 | 440 ms |
| コンパイル使用メモリ | 6,816 KB |
| 実行使用メモリ | 10,368 KB |
| 最終ジャッジ日時 | 2024-10-14 11:28:35 |
| 合計ジャッジ時間 | 1,744 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | AC * 4 |
コンパイルメッセージ
Main.pl syntax OK
ソースコード
<>;
for(<>){
($a,$b,$c)=glob;
print int(1e9/$a)*$a,$",int(1e9/$b)*$b,$",int(1e9/$c)*$c,$/;
}
tails