Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
56197 许兴平 带余除法 C++ Accepted 0 MS 236 KB 121 2024-11-09 20:59:14

Tests(1/1):


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


Judgement Protocol: