結果

問題 No.2737 Compound Word
ユーザー 👑 p-adic
提出日時 2024-04-21 18:39:49
言語 cLay
(20241019-1)
結果
AC  
実行時間 3 ms / 2,000 ms
コード長 103 bytes
コンパイル時間 2,935 ms
コンパイル使用メモリ 179,744 KB
実行使用メモリ 5,248 KB
最終ジャッジ日時 2024-10-13 17:31:25
合計ジャッジ時間 3,910 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 27
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N;string@S[N];set<string>A;rep[S](s,N)rep[S](t,N)if(s!=t)A.insert(s+t),A.insert(t+s);wt(N=A.size());
0