回答編集履歴

1

add space

2015/08/25 14:01

投稿

hello-world
hello-world

スコア1342

test CHANGED
@@ -10,9 +10,9 @@
10
10
 
11
11
  puts("rectangle");
12
12
 
13
- printf("side1"); scanf("%d",&width);
13
+ printf("side1"); scanf("%d", &width);
14
14
 
15
- printf("side2"); scanf("%d",&height);
15
+ printf("side2"); scanf("%d", &height);
16
16
 
17
17
 
18
18