Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
39404 fuhaoze 带余除法 C++ Compile Error 0 MS 0 KB 136 2024-02-01 15:06:59

Tests(0/0):


#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: