teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

㎤ → ㎠

2018/05/12 02:04

投稿

退会済みユーザー
answer CHANGED
@@ -27,8 +27,8 @@
27
27
  try {
28
28
  int x = Integer.valueOf(args[0]);
29
29
  int y = Integer.valueOf(args[1]);
30
+
30
- System.out.printf("%d x %d = %d ", x, y, x * y);
31
+ System.out.printf("%d x %d = %d ", x, y, x * y);
31
- System.out.printf("%d x %d = %d ㎤", x, y, x * y);
32
32
  } catch (NumberFormatException e) {
33
33
  usage();
34
34
  System.exit(1);
@@ -44,8 +44,7 @@
44
44
  ```
45
45
 
46
46
  * 結果
47
- ![イメージ説明](5524b15a2fc50a3b03bdb373da05bdf2.png)
47
+ ![イメージ説明](0642ddfde91b6e5236db47b0b7f46347.png)
48
48
 
49
49
  フォントの誤りでしょうね
50
-
51
50
  久々10年ぶりぐらいに cmd.exe 出力する java を実行したが CHCPはいるのか(わすれてたな)