1 条题解

  • 1
    @ 2023-7-28 17:06:18

    #include <stdio.h> using namespace std; int main() { freopen("plus.in","r",stdin); freopen("plus.out","w",stdout); int a,b; scanf("%d%d",&a,&b); printf("%d\n",a+b); return 0; }

    • 1

    信息

    ID
    2
    时间
    1000ms
    内存
    128MiB
    难度
    6
    标签
    递交数
    210
    已通过
    60
    上传者