刚学Java想问一下问题出在哪里
  • 板块B2033 A*B 问题
  • 楼主ywzx
  • 当前回复1
  • 已保存回复1
  • 发布时间2024/10/8 06:51
  • 上次更新2024/10/8 16:15:10
查看原帖
刚学Java想问一下问题出在哪里
982846
ywzx楼主2024/10/8 06:51

import java.util.; p```java ublic class Main { public static void main(String[] args) throws Exception { Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); int sum = ab; System.out.println(sum); }


}
2024/10/8 06:51
加载中...