Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
decode
#include <iostream> #include <string> using namespace std; int main() { string str,key="aaaaaaaaaaaaaaaaaaaa"; cin >> str; for(int i=0; i<str.length(); i++) { str[i]-=key[i]-'a'; if(str[i]<'a') str[i]=str[i]+'z'-'a'; } cout << str; }
run
|
edit
|
history
|
help
0
temp_new
ThreadPool
Meeting Time
Stream10
Спарсить полученный в виде строки JSON в объект (Boost)
Sekhejane link
Memory_test
Triangle
Bitwise - Check power of 2 or not
003#