結果
問題 |
No.8116 TCP ソート
|
ユーザー |
![]() |
提出日時 | 2025-04-02 15:13:28 |
言語 | Go (1.23.4) |
結果 |
WA
|
実行時間 | - |
コード長 | 173 bytes |
コンパイル時間 | 18,598 ms |
コンパイル使用メモリ | 252,744 KB |
実行使用メモリ | 7,848 KB |
最終ジャッジ日時 | 2025-04-02 15:13:48 |
合計ジャッジ時間 | 15,571 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 11 WA * 16 |
ソースコード
package main import . "fmt" import . "strings" func main() { var s string Scan(&s) Println(Repeat("T",Count(s,"T"))+Repeat("C",Count(s,"C"))+Repeat("P",Count(s,"P"))) }