1 条题解

  • 0
    @ 2025-8-23 9:35:20

    简单的数学小题

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

    信息

    ID
    190
    时间
    1000ms
    内存
    64MiB
    难度
    9
    标签
    递交数
    9
    已通过
    8
    上传者