Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
51400 | fengxiaohang | 带余除法 | C++ | Compile Error | 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; }