4 条题解

  • 1
    @ 2024-11-17 13:36:26

    #便民小题解🚀️ #不知道对不对,各位观众老爷测试一下👀️

    #inculde<bits/stdc++.h>
    using namespace std;
    int main(){
        freopen("plus.in","r",stdin);
        freopen("plus.in","r",stdin);
        long long a,b;
        cin>>a>>b;
        cout<a+b;
    }
    
    • 1
      @ 2024-10-5 8:15:38

      默念freopenfreopen的语法,别的没得说

      不开long long见祖宗!

      #inculde<bits/stdc++.h>
      using namespace std;
      int main(){
          freopen("plus.in","r",stdin);
          freopen("plus.in","r",stdin);
          long long a,b;
          cin>>a>>b;
          cout<<a+b;
      }
      
    • 1
      @ 2024-10-3 9:39:07

      就很简单

      #include<bits/stdc++.h>
      using namespace std;
      
      int  main(){
          freopen("plus.in","r",stdin);
          freopen("plus.out","w",stdout);
          long long a,b;
          cin>>a>>b;
          cout<<a+b;
          return 0;
      }
      

      但一不小心就re了

      • -3
        @ 2024-10-3 23:17:28
        #include <bits/stdc++.h>
        #include <iostream>
        #include <iomanip>
        #include <ios>
        #include <iosfwd>
        #include <istream>
        #include <ostream>
        #include <cstring>
        #include <cstdio>
        #include <stdio.h>
        #include <string.h>
        #include <assert.h>
        #include <ctype.h>
        #include <errno.h>
        #include <float.h>
        #include <limits.h>
        #include <locale.h>
        #include <math.h>
        #include <stdlib.h>
        #include <time.h>
        #include <wchar.h>
        #include <wctype.h>
        #include <complex.h>
        #include <fenv.h>
        #include <inttypes.h>
        #include <stdbool.h>
        #include <stdint.h>
        #include <tgmath.h>
        #include <vector>
        #include <algorithm>
        #include <cmath>
        #include <algorithm>
        #include <bitset>
        #include <cctype>
        #include <cerrno>
        #include <clocale>
        #include <cmath>
        #include <complex>
        #include <cstdlib>
        #include <ctime>
        #include <deque>
        #include <exception>
        #include <fstream>
        #include <functional>
        #include <limits>
        #include <list>
        #include <map>
        #include <queue>
        #include <set>
        #include <sstream>
        #include <stack>
        #include <stdexcept>
        #include <streambuf>
        #include <string>
        #include <utility>
        #include <vector>
        #include <cwchar>
        #include <cwctype>
        using namespace std;
        int  main(){
            freopen("plus.in","r",stdin);
            freopen("plus.out","w",stdout);
            long long a,b;
            cin>>a>>b;
            cout<<a+b;
            return 0;
        }
        
        • @ 2024-10-12 13:12:26

          孩子你无敌了

      • 1

      信息

      ID
      770
      时间
      1000ms
      内存
      256MiB
      难度
      7
      标签
      (无)
      递交数
      105
      已通过
      22
      上传者