提交时间:2025-12-20 21:04:06

运行 ID: 76945

#include<cstdio> int main() { int a,b; scanf("%d%d",&a,&b); printf("%d %d",a/b,a%b); }