結果
問題 | No.2778 Is there Same letter? |
ユーザー |
![]() |
提出日時 | 2024-11-29 12:32:37 |
言語 | Nim (2.2.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 141 bytes |
コンパイル時間 | 3,804 ms |
コンパイル使用メモリ | 61,844 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-11-29 12:32:42 |
合計ジャッジ時間 | 4,967 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 12 |
ソースコード
import tablesletn, s = readLine stdincntTable = s.toCountTable(_, cnt) = cntTable.largestecho:if cnt >= 2: "Yes"else: "No"