9 条题解

  • -3
    @ 2024-2-21 9:10:51

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

    信息

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