Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
122947 刘嘉乐 图书分发 C++ 通过 100 0 MS 252 KB 121 2024-01-22 16:59:38

Tests(2/2):


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


测评信息: