10文字

長さ10の入力テキストが与えられます。この入力から一部の文字を変更して、別の文字列 res を取得するのが課題です。res には入力文字列の偶数インデックスのすべての文字が必要です。奇数インデックスには、次の文字が同じ順序で含まれている必要があります: >, =, <, $, &
入力
出力
abcdefghij
a>c=e<g$i&
 

Constraints

Time limit: 2 seconds

Memory limit: 512 MB

Output limit: 1 MB

To check your solution you need to sign in
Sign in to continue