14 条题解

  • 0
    @ 2025-2-15 11:18:42

    #include using namespace std; int main(){ int R1,R2,S; cin>>R1>>S; cout<<2*S-R1; return 0; }

    信息

    ID
    2123
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    1324
    已通过
    628
    上传者