photo

Alankriti Mallick


Last seen: casi 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
caesar cyphor encryption problem .
function coded= caesar(v,s) v=v+s; v(v>126)=rem(v(v>126),95); v(v<32)=127-rem(32-v(v<32),95); coded=char(v);

casi 4 años hace | 0