2 solutions

  • 0
    @ 2024-7-15 19:55:46
    #include <bits/stdc++.h>
    using namespace std;
    int main(){
    	int a,b,c;
    	cin>>a>>b>>c;
    	cout<<(a+b)/c;
    	return 0;
    }
    
    • -2
      @ 2023-10-26 8:18:03

      这么简单的题都看题解,你***啊?

      • 1

      Information

      ID
      6799
      Time
      1000ms
      Memory
      128MiB
      Difficulty
      1
      Tags
      # Submissions
      19
      Accepted
      17
      Uploaded By