6 条题解

  • 1
    @ 2023-9-2 15:52:44
    #include <iostream>
    using namespace std;
    int main ()
    {
    cout<<(1*15*20-1*20*10)/(20-10);
    return 0;
    }
    
    • 0
      @ 2023-11-7 17:14:47
      #include<bits/stdc++.h>
      using namespace std;
      
      long long a,b,c,d,e,f,g;
      const int N=1e6+10;
      double x,y,z;
      int n[N];
      
      int main(){
      	cout<<10;
      	return 0;
      }
      
      • 0
        @ 2023-5-21 11:38:04
        #include<iostream>
        using namespace std;
        int main()
        {
        	cout <<10;	
        	return 0;
        }
        
        • 0
          @ 2023-4-3 16:47:29

          #include<iostream>using namespace std;int main(){cout<<"10";return 0;} 最简

          • -1
            @ 2022-11-27 14:59:11
            #include<iostream>
            using namespace std;
            int main()
            {
            	cout << (15*20-20*10)/(20-10);	
            	return 0;
            }
            
            • -2
              @ 2023-3-26 16:54:42

              image

              • 1

              信息

              ID
              2721
              时间
              1000ms
              内存
              256MiB
              难度
              2
              标签
              递交数
              181
              已通过
              101
              上传者