Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
37033 WZH 带余除法 C++ 通过 0 MS 244 KB 136 2024-01-18 17:13:35

Tests(1/1):


#include<iostream> using namespace std; int main(){ int q,w,e,r; cin>>q>>w; e=q/w; r=q%w; cout<<e<<" "<<r; }


测评信息: