1 条题解

  • 7
    @ 2024-1-31 18:08:45

    本题答案

    求各位大佬点赞~~~

    #include<bits/stdc++.h>
    using namespace std;
    int main() {
    	string str1;
        getline(cin,str1);
        if(str1[0]=='H')
        {
            cout<<10<<endl;
            cout<<25<<endl;
        }
        else cout<<-1;
    	return 0;
    }
    
    • 1

    信息

    ID
    588
    时间
    1000ms
    内存
    128MiB
    难度
    6
    标签
    递交数
    57
    已通过
    19
    上传者