public class SumDemo{public static void main(String args[]){ long a=10L; int b=5,c; c= ; //此行该如何完成 System.out.println("a+b="+c);}}
(int)a+b