結果
問題 | No.1940 Escape through + - |
ユーザー |
![]() |
提出日時 | 2022-05-18 20:39:16 |
言語 | Perl (5.40.0) |
結果 |
AC
|
実行時間 | 245 ms / 2,000 ms |
コード長 | 56 bytes |
コンパイル時間 | 204 ms |
コンパイル使用メモリ | 6,944 KB |
実行使用メモリ | 26,368 KB |
最終ジャッジ日時 | 2024-09-17 00:05:52 |
合計ジャッジ時間 | 2,321 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 25 |
コンパイルメッセージ
Name "main::n" used only once: possible typo at Main.pl line 1. Main.pl syntax OK
ソースコード
($n,$m,$s)=glob<>; $s-=$_ for glob<>; print$s%$m?No:Yes;