6 条题解

  • 1
    @ 2025-7-28 14:37:02
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	cout<<"6 2 4   2";
    } 
    
    • 1
      @ 2024-12-29 11:16:40

      题面有误。

    • 0
      @ 2025-9-14 10:22:12

      wtf

      疑似错题

      #include<iostream>
      #include<cmath>
      #define QwQ return 0;
      using namespace std;
      int a,b,c;
      bool prime(int x){
      	if(x<2)return false;
      	for(int i=2;i<=sqrt(x);i++){
      		if(x%i==0)return false;
      	}
      	return true;
      }
      int main(){
      //	cin>>a>>b>>c;
      //	int ans=prime(a)+prime(b)+prime(c);
      //	if(ans==0)cout<<"no";
      //	else cout<<ans;
      	cout<<"6 2 4   2";
      	QwQ
      }
      
      • 0
        @ 2025-5-25 9:59:17

        @glass_goldfish 栓Q!

        • 0
          @ 2025-1-2 20:08:58

          又是到错题...... 但经过一阵深思熟虑,还是懂了,然后胸有成竹地敲出一段代码,然后:Standard answer longer than user output...... 好吧,你逼我的,直接COPY glass_goldfish的代码,嘿嘿嘿!

          • 0
            @ 2024-12-31 20:38:45

            坑数据的 AC 来之不易,且看且珍惜吧。

            #include<bits/stdc++.h>
            #define int long long
            #define INF 0x3f3f3f
            using namespace std;
            signed main(){
            	cout<<"6 2 4   2";
            	return 0;
            }
            
            • 1

            信息

            ID
            46
            时间
            1000ms
            内存
            128MiB
            难度
            5
            标签
            递交数
            66
            已通过
            25
            上传者