fork(1) download
  1. #include <iostream>
  2. #include <string.h>
  3.  
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8. char s[1000];
  9.  
  10. while (cin.getline(s, 1000))
  11. {
  12. int len = strlen(s);
  13.  
  14. for (int i = 0; i < len; i++)
  15. cout << char(int(s[i]) - 7);
  16.  
  17. cout << endl;
  18. }
  19.  
  20. return 0;
  21. }
Success #stdin #stdout 0s 3348KB
stdin
1JKJ'pz'{ol'{yhklthyr'vm'{ol'Jvu{yvs'Kh{h'Jvywvyh{pvu5
1PIT'pz'h'{yhklthyr'vm'{ol'Pu{lyuh{pvuhs'I|zpulzz'Thjopul'Jvywvyh{pvu5
1KLJ'pz'{ol'{yhklthyr'vm'{ol'Kpnp{hs'Lx|pwtlu{'Jvywvyh{pvu5
stdout
*CDC is the trademark of the Control Data Corporation.
*IBM is a trademark of the International Business Machine Corporation.
*DEC is the trademark of the Digital Equipment Corporation.