2 条题解

  • 0
    @ 2026-1-24 10:54:54

    • 0
      @ 2026-1-24 10:54:44
      #include<bits/stdc++.h>
      using namespace std;
      int main(){ //输出单词
      	int n;
      	cin>>n;
      	if(n==1) cout<<"bad";
      	else if(n==2) cout<<"good";
      	else if(n==3) cout<<"great"; 
      	else cout<<"wrong";
          return 0;
      }
      
      
      • 1

      信息

      ID
      2044
      时间
      1000ms
      内存
      256MiB
      难度
      8
      标签
      (无)
      递交数
      12
      已通过
      10
      上传者