Created
November 3, 2012 07:55
-
-
Save sharl/4006488 to your computer and use it in GitHub Desktop.
ミシャグジー最後のクイズはこうやって解いた
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ for s in `seq 1 25`; do echo -n "$s "; echo OFWUOHCI | caesar $s; done | |
1 PGXVPIDJ | |
2 QHYWQJEK | |
3 RIZXRKFL | |
4 SJAYSLGM | |
5 TKBZTMHN | |
6 ULCAUNIO | |
7 VMDBVOJP | |
8 WNECWPKQ | |
9 XOFDXQLR | |
10 YPGEYRMS | |
11 ZQHFZSNT | |
12 ARIGATOU | |
13 BSJHBUPV | |
14 CTKICVQW | |
15 DULJDWRX | |
16 EVMKEXSY | |
17 FWNLFYTZ | |
18 GXOMGZUA | |
19 HYPNHAVB | |
20 IZQOIBWC | |
21 JARPJCXD | |
22 KBSQKDYE | |
23 LCTRLEZF | |
24 MDUSMFAG | |
25 NEVTNGBH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment