Demo02.java 269 B

123456789101112131415
  1. package com.lovecoding.J20250518;
  2. /**
  3. * @author WanJl
  4. * @version 1.0
  5. * @title Demo02
  6. * @description
  7. * @create 2025/5/18
  8. */
  9. public class Demo02 {
  10. public static void main(String[] args) {
  11. int a=1234567891;
  12. long a1=1234567891121234567L;
  13. }
  14. }