1 条题解

  • 0
    @ 2023-8-19 21:45:48

    #include <stdio.h> int main() { int a,b; while (scanf("%d%d",&a,&b)!=EOF) printf("%d\n",a+b); return 0; }

    • 1

    信息

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