結果
問題 |
No.1469 programing
|
ユーザー |
👑 ![]() |
提出日時 | 2022-02-15 01:42:32 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 926 ms / 3,000 ms |
コード長 | 83 bytes |
コンパイル時間 | 196 ms |
コンパイル使用メモリ | 82,304 KB |
実行使用メモリ | 361,952 KB |
最終ジャッジ日時 | 2024-06-29 06:58:18 |
合計ジャッジ時間 | 4,025 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 15 |
ソースコード
S=input() T=[S[i] for i in range(len(S)) if i==0 or S[i-1]!=S[i]] print(*T,sep="")