Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
51400 | fengxiaohang | 带余除法 | C++ | 编译错误 | 0 MS | 0 KB | 210 | 2024-09-21 17:12:03 |
#include<iostream> using namespace std; int main() { int kickyourheada,kickyourheadb; cin>>kickyourheada>>kickyourheadb; cout<<kickyourheada/kickyourheadb,kickyourheada%kickyourheadb<<endl; }