結果
問題 | No.2715 Unique Chimatagram |
ユーザー | tails |
提出日時 | 2024-04-05 21:29:21 |
言語 | Perl (5.40.0) |
結果 |
AC
|
実行時間 | 47 ms / 2,000 ms |
コード長 | 129 bytes |
コンパイル時間 | 333 ms |
コンパイル使用メモリ | 5,248 KB |
実行使用メモリ | 10,752 KB |
最終ジャッジ日時 | 2024-10-01 01:41:45 |
合計ジャッジ時間 | 2,947 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 40 |
コンパイルメッセージ
Unquoted string "a" may clash with future reserved word at Main.pl line 4. Unquoted string "z" may clash with future reserved word at Main.pl line 4. Main.pl syntax OK
ソースコード
<>; for(<>){ @a=/./g; for$c(a..z){ $h{join"",sort@a,$c}+=1; } } for(keys%h){ if($h{$_}==1){ print; exit; } } print-1;