1 条题解

  • 3
    @ 2025-9-13 14:14:21

    捡石头代码

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	int a,b,c;
    	cin>>a>>b>>c;
    	cout<<20-(a+b+c);
    	return 0;
    }
    
    
    • 1

    信息

    ID
    136
    时间
    1000ms
    内存
    64MiB
    难度
    10
    标签
    递交数
    25
    已通过
    7
    上传者