Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
39406 fuhaoze 带余除法 C++ Accepted 0 MS 244 KB 139 2024-02-01 15:08:30

Tests(1/1):


#include<iostream> using namespace std; int main(){ int n,c,nd,yd; cin>>n>>c; nd=n/c; yd=n%c; cout<<nd<<" "<<yd; return 0; }


Judgement Protocol: