11 条题解

  • 0
    @ 2024-8-20 1:23:38

    #include <stdio.h> int main(){ int n,m,a,b; scanf("%d %d",&n,&m); a=2*n-m/2; b=m/2-n; printf("%d %d",a,b); return 0; }

    信息

    ID
    19
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    递交数
    6511
    已通过
    2330
    上传者