3 条题解

  • 1
    @ 2023-5-27 11:16:02

    image

    • 0
      @ 2025-8-14 16:32:42

      • 0
        @ 2024-8-10 10:28:45
        #include<bits/stdc++.h>
        using namespace std;
        int main(){
        	int d;
        	cin>>d;
        	if(d<15) cout<<"Too early";
        	else if(d>=22) cout<<"Too late";
        	else cout<<"Welcome";
        	return 0;
        }
        
        • 1

        信息

        ID
        627
        时间
        1000ms
        内存
        256MiB
        难度
        3
        标签
        (无)
        递交数
        56
        已通过
        31
        上传者