这个居然编译出错。。。。
public class Test{ public static void main(string args[]) { short s1 = 1; short s2 = 127; short s = s1 + s2; }}