回答編集履歴

1

スペルミス修正

2017/04/20 09:22

投稿

tacsheaven
tacsheaven

スコア13703

test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ```C#
16
16
 
17
- function string ceaser(string s, short k) {
17
+ function string caeser(string s, short k) {
18
18
 
19
19
  StringBuilder sb = new StringBuilder();
20
20