11 条题解

  • 1
    @ 2026-4-18 14:35:21

    C++:

    #include<bits/stdc++.h>
    using namespace std;
    int a,b,c,d,e,f,g,h,i,j;
    int main(){ 
    	cin>>a>>b>>c>>d>>e>>f>>g>>h>>i>>j;
       cout<<278-a-b-c-d-e-f-g-h-i-j; 
       return 0;
    }
    

    最简单的,求赞,谢谢!

    信息

    ID
    13
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    385
    已通过
    400
    上传者