回答編集履歴
1
㎤ → ㎠
test
CHANGED
@@ -56,9 +56,9 @@
|
|
56
56
|
|
57
57
|
int y = Integer.valueOf(args[1]);
|
58
58
|
|
59
|
-
System.out.printf("%d x %d = %d ㎝", x, y, x * y);
|
60
59
|
|
60
|
+
|
61
|
-
System.out.printf("%d x %d = %d
|
61
|
+
System.out.printf("%d x %d = %d ㎠", x, y, x * y);
|
62
62
|
|
63
63
|
} catch (NumberFormatException e) {
|
64
64
|
|
@@ -90,12 +90,10 @@
|
|
90
90
|
|
91
91
|
* 結果
|
92
92
|
|
93
|
-
![イメージ説明](
|
93
|
+
![イメージ説明](0642ddfde91b6e5236db47b0b7f46347.png)
|
94
94
|
|
95
95
|
|
96
96
|
|
97
97
|
フォントの誤りでしょうね
|
98
98
|
|
99
|
-
|
100
|
-
|
101
99
|
久々10年ぶりぐらいに cmd.exe 出力する java を実行したが CHCPはいるのか(わすれてたな)
|