結果
| 問題 |
No.1927 AB-CD
|
| コンテスト | |
| ユーザー |
tails
|
| 提出日時 | 2022-05-06 21:32:09 |
| 言語 | Perl (5.40.0) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 66 bytes |
| コンパイル時間 | 640 ms |
| コンパイル使用メモリ | 12,672 KB |
| 実行使用メモリ | 18,304 KB |
| 最終ジャッジ日時 | 2024-07-05 22:43:34 |
| 合計ジャッジ時間 | 4,337 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | -- * 3 |
| other | AC * 4 TLE * 1 -- * 22 |
コンパイルメッセージ
Scalar found where operator expected (Missing operator before "$a"?) at Main.pl line 4, near "$n$a" Main.pl syntax OK
ソースコード
use bigint; $n=<>+0; $a=<>=~y/AB//+0; print+(bnok$n$a)%998244353;
tails