4 条题解

  • 0
    @ 2025-1-5 8:32:00

    正解:

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

    下面那几个干错解的你有良心吗(

    信息

    ID
    47
    时间
    1000ms
    内存
    128MiB
    难度
    7
    标签
    (无)
    递交数
    32
    已通过
    10
    上传者