public class C{ public static void main(String args[]){ System.out.println(6+6+"aa"+6+6); } }
输出为 12aa66
您还没有登录,请登录后发表评论
评论排行榜