質問編集履歴

1

int max\(int x\.int y\); の「\.」を「,」に変更しました

2017/04/25 08:30

投稿

Rv4ofZQtcBA3zAg
Rv4ofZQtcBA3zAg

スコア13

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  /*max関数の定義*/
32
32
 
33
- int max(int x.int y);
33
+ int max(int x,int y);
34
34
 
35
35
 
36
36