質問編集履歴

2

コードの修正

2015/11/05 02:29

投稿

ssmxgo
ssmxgo

スコア178

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  function explanation($cond){
12
12
 
13
- switch $cond{
13
+ switch($cond){
14
14
 
15
15
  case 'A';
16
16
 

1

コードの間違え

2015/11/05 02:29

投稿

ssmxgo
ssmxgo

スコア178

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  function explanation($cond){
12
12
 
13
- select case $cond{
13
+ switch $cond{
14
14
 
15
15
  case 'A';
16
16