15 条题解

  • 0
    @ 2025-7-6 16:52:39

    #include using namespace std; int main() { int n, b; cin >> n >> b; cout << n / b << " " << n % b; return 0; }

    信息

    ID
    839
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    递交数
    1166
    已通过
    615
    上传者