Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
decode
#include <iostream> #include <string> using namespace std; string str,key="aaaaaaaaaaaaaaaaaaaa"; int main() { while(cin>>str){ for(int i=0; i<str.length(); i++) { str[i]-=key[i]-'a'+1; if(str[i]<'a') str[i]=str[i]+'z'-'a'; } cout << str<<" "; } }
run
|
edit
|
history
|
help
0
runtime template mode processor
LRU - template
Easy String Reverse Example
Networked path_dp
basic caculate ii
Parser + Str2Int
error
Khadijah Alshehhi
Inherit
Test 10(2020)