public class Solution { public static void main(String[] args) { //在此编写你的代码 int a = 5 , b = 7; System.out.println((a+b)+"\n"+(a*b)); } }