Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
69695 sh25_wuyy 带余除法 C++ Accepted 0 MS 244 KB 140 2025-10-11 15:49:07

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<(a/b)<<" "<<(a % b); return 0; }


Judgement Protocol: