1 条题解

  • 0
    @ 2024-9-5 16:12:50

    port java.util.Scanner ; public class Main{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); int a = sc.nextInt(); int b = sc.nextInt(); System.out.print(a+b);

    } }

    • 1

    信息

    ID
    1
    时间
    1000ms
    内存
    64MiB
    难度
    8
    标签
    递交数
    30
    已通过
    6
    上传者