結果
| 問題 | No.3331 Consecutive Cubic Sum |
| コンテスト | |
| ユーザー |
tails
|
| 提出日時 | 2025-11-03 03:45:57 |
| 言語 | Perl (5.40.0) |
| 結果 |
AC
|
| 実行時間 | 268 ms / 5,000 ms |
| コード長 | 98 bytes |
| コンパイル時間 | 869 ms |
| コンパイル使用メモリ | 7,716 KB |
| 実行使用メモリ | 7,716 KB |
| 最終ジャッジ日時 | 2025-11-03 03:46:12 |
| 合計ジャッジ時間 | 14,976 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 47 |
コンパイルメッセージ
Main.pl syntax OK
ソースコード
use integer;$n=<>;$l=1;$a-$n||push(@z," $l $r"),$a+=$a>$n?-$l++**3:++$r**3until$r>1e6;print~~@z,@z
tails