Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
7715 jiabokai 带余除法 C++ 编译错误 0 MS 0 KB 166 2023-02-06 19:10:39

Tests(0/0):


#include<cstdio> using namespace std; int main() { int a,b,r,l; scanf("%d%d",&a,&b); r=a/b; l=a%b; printf("%d %d\n",r,l) return 0; }


测评信息: