1 条题解

  • 0
    @ 2025-9-10 9:13:58

    C++ :

    #include<cstdio>
    int main() {
      int a, b;
      scanf("%d%d", &a, &b);
      printf("%d\n", a+b);
      return 0;
    }
    
    • 1

    信息

    ID
    4285
    时间
    1000ms
    内存
    128MiB
    难度
    (无)
    标签
    (无)
    递交数
    0
    已通过
    0
    上传者