9 条题解

  • 0
    @ 2025-9-7 9:21:40

    不是 不是 不是 不是 不是 不是 不是 不是 不是 不是 SB

    • 0
      @ 2025-9-6 19:34:56

      Testdata configuration incorrect. 没有找到测试数据。

      • 0
        @ 2025-9-6 19:34:18

        有bug

        • 0
          @ 2025-9-6 19:33:41

          真没数据

          • 0
            @ 2025-5-5 15:30:09

            数据被🐕吃了

            • 0
              @ 2024-12-29 8:51:18

              无数据!无数据!请勿作死做这题!!!!

              • 0
                @ 2024-12-28 15:48:33

                居然没有测试数据。

                #include<bits/stdc++.h>
                #define int long long
                #define INF 0x3f3f3f
                using namespace std;
                int n,m;
                signed main(){
                	cin>>n>>m;
                	if(1<=n&&n<=100)cout<<"是 ";
                	else cout<<"不是 ";
                	if(1<=m&&m<=100)cout<<"是";
                	else cout<<"不是";
                	return 0;
                }
                
                • 0
                  @ 2024-12-28 12:09:40
                  #include<bits/stdc++.h>
                  using namespace std;
                  signed main(){
                  	int n,m;
                  	cin>>n>>m;
                  	if(n>=1&&n<=100)cout<<"是 ";
                  	else cout<<"不是 ";
                  	if(m>=1&&m<=100)cout<<"是 ";
                  	else cout<<"不是 ";
                  }
                  
                  • @ 2024-12-28 12:29:16

                    这题有数据吗?

                • 0
                  @ 2024-12-24 21:33:46

                  这题好像没数据?但是疑似人类智慧:

                  #include<bits/stdc++.h>
                  using namespace std;
                  int main()
                  {
                  	int a,b;
                  	cin>>a>>b;
                  	if(a>=1&&a<=100)
                  	{
                  		cout<<"是 ";
                  	}
                  	else
                  	{
                  		cout<<"不是 ";
                  	}
                  	if(b>=1&&b<=100)
                  	{
                  		cout<<"是 ";
                  	}
                  	else
                  	{
                  		cout<<"不是 ";
                  	}
                  	return 0;
                  }
                  
                  • 1

                  信息

                  ID
                  27
                  时间
                  1000ms
                  内存
                  128MiB
                  难度
                  10
                  标签
                  递交数
                  42
                  已通过
                  0
                  上传者