結果
問題 |
No.1469 programing
|
ユーザー |
![]() |
提出日時 | 2024-12-12 18:36:41 |
言語 | Go (1.23.4) |
結果 |
AC
|
実行時間 | 128 ms / 3,000 ms |
コード長 | 177 bytes |
コンパイル時間 | 12,618 ms |
コンパイル使用メモリ | 219,084 KB |
実行使用メモリ | 25,612 KB |
最終ジャッジ日時 | 2024-12-12 18:36:56 |
合計ジャッジ時間 | 11,275 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 15 |
ソースコード
package main import . "fmt" import . "slices" import . "os" import bf "bufio" func main() { var s string Fscan(bf.NewReader(Stdin),&s) Println(string(Compact([]byte(s)))) }