結果
| 問題 |
No.1469 programing
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-04-12 00:52:42 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 422 ms / 3,000 ms |
| コード長 | 115 bytes |
| コンパイル時間 | 322 ms |
| コンパイル使用メモリ | 81,920 KB |
| 実行使用メモリ | 293,100 KB |
| 最終ジャッジ日時 | 2024-06-27 22:26:27 |
| 合計ジャッジ時間 | 2,943 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 15 |
ソースコード
s=str(input())
word=[]
a=str(0)
for i in s:
if a!=i:
a=i
word.append(i)
words=''.join(word)
print(words)