Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
39387 fuhaoze 计算(a+b)/c的值 C++ Accepted 1 MS 236 KB 114 2024-02-01 14:36:38

Tests(1/1):


#include<iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<(a+b)/c; return 0; }


Judgement Protocol: