1 条题解

  • 0
    @ 2026-1-24 14:24:53
    #include<bits/stdc++.h>
    using namespace std;
    int main(){ //
    	char c;
    	cin>>c;
    	if(c=='S')
    		cout<<"STOP";
    	if(c=='G')
    		cout<<"GO";
        return 0;
    }
    
    
    • 1

    信息

    ID
    2045
    时间
    1000ms
    内存
    256MiB
    难度
    6
    标签
    (无)
    递交数
    17
    已通过
    11
    上传者