8 条题解

  • 1
    @ 2025-9-20 23:20:49
    print(10)
    
    • 0
      @ 2025-5-12 17:34:58
      10
      
      • 0
        @ 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-5-21 11:38:04
          #include<iostream>
          using namespace std;
          int main()
          {
          	cout <<10;	
          	return 0;
          }
          
          • 0
            @ 2023-4-3 16:47:29

            #includeusing namespace std;int main(){cout<<"10";return 0;} 最简

            • -1
              @ 2023-3-26 16:54:42

              image

              • -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-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;
                  }
                  
                  • 1

                  信息

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