結果
問題 |
No.1469 programing
|
ユーザー |
![]() |
提出日時 | 2024-06-24 20:55:47 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
TLE
|
実行時間 | - |
コード長 | 74 bytes |
コンパイル時間 | 328 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 31,064 KB |
最終ジャッジ日時 | 2024-06-24 20:55:59 |
合計ジャッジ時間 | 11,753 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 14 TLE * 1 |
ソースコード
s = input() t = "" u = "" for i in s: if t != i: u += i t = i print(u)