8 条题解

  • 1
    @ 2023-6-14 19:37:36
    #include <iostream>
    #include <stdio.h>
    #include <iomanip>
    #include <math.h>
    using namespace std;
    const int N = 1e6 + 10;
    const int INF = 0x3f3f3f3f;
    int main()
    {
    	int n;
    	cin >> n;
    	printf( "%d\n%d\n%d\n%d" , 1 , 1 , 1 , n-3 );
    	return 0;
    }
    
    • 1
      @ 2022-10-30 17:34:49
      #include <bits/stdc++.h>
      
      using namespace std;
      
      int main()
      {
          int n;
      
          cin >> n;
      
          cout << 1 << endl << 1 << endl << 1 << endl << n - 3;
      
          return 0;
      }
      
      • 0
        #include <iostream>
        #include <bits/stdc++.h>
        using namespace std;
        const int N=1e7+10;
        const int INF=0x3f3f3f3f;
        int main()
        {
        	int n;
        	cin>>n;
        	cout<<n-6<<" 2 3 1";
        }
        

        我好奇一下,题解是怎么判断的?if吗

        • -1
          @ 2022-10-24 17:48:25
          #include <iostream>
          #include <stack>
          #include <cmath>
          #include <vector>
          #include <string.h>
          #include <queue>
          #include <stdio.h>
          #include <iomanip>
          #include <cstdio>
          #include <algorithm>
          #define int long long
          using namespace std;
          const int N = 1e5 + 10;
          const int INF = 0x3f3f3f3f;
          signed main()
          {
          	int n;
          	cin >> n;
          	cout << "1" << endl << "1" << endl << "1" << endl << "1" << endl << n - 4 << endl;
          	return 0;
          }
          

          没想到吧

          • -1
            @ 2022-10-20 17:26:22

            #include<bits/stdc++.h>

            #include <queue>

            #include <math.h>

            #include <stack>

            #include <stdio.h>

            #include <iostream>

            #include <vector>

            #include <iomanip>

            #include <string.h>

            #include <algorithm>

            using namespace std;

            #define LL long long

            const int N = 1e5 + 10;

            const int INF = 0x3f3f3f3f;

            using namespace std;

            int main()

            {

            LL n;

            cin >>n;

            cout << 1 << endl;

            cout << 3 << endl;

            cout << 5 << endl;

            cout << n - 9 << endl; }

            • -3
              @ 2022-10-20 17:04:37

              #include <iostream> #include <cstdio> #include <cstring> #include <string> #include <iomanip> // #include <cmath> using namespace std; #define long long LL const int N = 1e6+6; const int INF = 0x3f3f3f3f; const int KFC=j8jl; int x1,y1,x2,y2; int ans(int x){ if (x > 0) return x; else return 0 - x; } int manhaton(int a1,int b1,int a2,int b2){ return ans(a1 - a2) + ans(b1 - b2); } int main(){ cin >> x1 >> y1 >> x2 >> y2; cout << manhaton(x1,y1,x2,y2); return 0; }

              • -7
                @ 2022-8-18 20:14:15

                //用户开启了“完全隐私保护”数据丢失

                //

                //Oops!

                //您在该域中无相应权限 (62fe0a5fda6816364e40ace0)。

                //

                //技术信息:

                //

                //类型:

                //

                //参数:

                //

                //1.62fe0a5fda6816364e40ace0

                //Oops!

                //您还没有参加本次比赛。

                //

                //技术信息:

                //

                //类型:

                //

                //参数:

                //

                //1.system

                //2.62e3fcb3eeded82bd76c09d2

                /******************************************************

                注释 :

                *******************************************************/

                #include<bits/stdc++.h>

                #include <queue>

                #include <math.h>

                #include <stack>

                #include <stdio.h>

                #include <iostream>

                #include <vector>

                #include <iomanip>

                #include <string.h>

                #include <algorithm>

                using namespace std;

                #define LL long long

                const int N = 1e5 + 10;

                const int INF = 0x3f3f3f3f;

                using namespace std;

                int main()

                {

                LL n;
                
                cin >>n;
                
                cout << 1 << endl;
                
                cout << 3 << endl;
                
                cout << 5 << endl;
                
                cout << n - 9 << endl;
                

                }

                • @ 2023-6-28 22:27:24

                  访问网站后台时弹出的标准警告框(别问我是咋知道的)

              • -8
                @ 2022-7-1 21:34:03

                #include<stdio.h> #include<iostream> using namespace std; int main() { int n; cin>>n; int a=n%10; int b=n/10%1010; int c=n/100%10100; int d=n/1000*1000; cout<<a<<endl; cout<<b<<endl; cout<<c<<endl; cout<<d<<endl; }

                • 1

                信息

                ID
                816
                时间
                1000ms
                内存
                512MiB
                难度
                4
                标签
                递交数
                352
                已通过
                164
                上传者