Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
122773 黄曦 图书分发 C++ Accepted 100 0 MS 248 KB 112 2024-01-22 16:41:59

Tests(2/2):


#include<iostream> using namespace std; int main() { int m,n; cin>>m>>n; cout<<int(m/n)<<" "<<m%n; }


Judgement Protocol: