全部评论 2

  • 2026-02-07 来自 广东

    0
    • #include <bits/stdc++.h>
      using namespace std;
      int a,b,c;
      int main(){
      	cin>>a>>b>>c;
          if(c > 0){
              cout << (a+b)/c;
          } 
          else{
              cout<<"no";
          }
          return 0;
      }
      

      还好成功了!

      2026-02-07 来自 广东

      0
  • 超过限制时间

    2025-12-02 来自 浙江

    0

热门讨论