結果

問題 No.1469 programing
ユーザー ID 21712ID 21712
提出日時 2024-12-12 18:35:33
言語 Go
(1.22.1)
結果
TLE  
実行時間 -
コード長 124 bytes
コンパイル時間 9,570 ms
コンパイル使用メモリ 233,168 KB
実行使用メモリ 13,760 KB
最終ジャッジ日時 2024-12-12 18:35:57
合計ジャッジ時間 17,037 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
10,496 KB
testcase_01 AC 1 ms
5,248 KB
testcase_02 AC 1 ms
5,248 KB
testcase_03 AC 1 ms
5,248 KB
testcase_04 AC 2 ms
5,248 KB
testcase_05 AC 4 ms
5,248 KB
testcase_06 AC 2 ms
5,248 KB
testcase_07 AC 4 ms
5,248 KB
testcase_08 AC 92 ms
5,248 KB
testcase_09 AC 123 ms
5,248 KB
testcase_10 AC 110 ms
5,248 KB
testcase_11 AC 192 ms
5,248 KB
testcase_12 AC 139 ms
5,248 KB
testcase_13 AC 2 ms
5,248 KB
testcase_14 AC 254 ms
5,248 KB
testcase_15 AC 279 ms
5,248 KB
testcase_16 AC 428 ms
5,632 KB
testcase_17 TLE -
権限があれば一括ダウンロードができます

ソースコード

diff #

package main

import . "fmt"
import . "slices"

func main() {
	var s string
	Scan(&s)
	Println(string(Compact([]byte(s))))
}
0