結果
問題 |
No.1469 programing
|
ユーザー |
![]() |
提出日時 | 2024-12-12 18:35:33 |
言語 | Go (1.23.4) |
結果 |
TLE
|
実行時間 | - |
コード長 | 124 bytes |
コンパイル時間 | 9,570 ms |
コンパイル使用メモリ | 233,168 KB |
実行使用メモリ | 13,760 KB |
最終ジャッジ日時 | 2024-12-12 18:35:57 |
合計ジャッジ時間 | 17,037 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 14 TLE * 1 |
ソースコード
package main import . "fmt" import . "slices" func main() { var s string Scan(&s) Println(string(Compact([]byte(s)))) }