6 条题解

  • 1
    @ 2025-12-21 8:31:20
    #include<bits/stdc++.h>
    using namespace std;
    int a,b,c;
    int main(){
    	cin>>a>>b;
    	c=180-a-b;
    	if(c==40)	cout<<"40s";
    	else cout<<c;
    	return 0;
    }
    
    
    

    信息

    ID
    47
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    68
    已通过
    56
    上传者