17 条题解

  • 0
    @ 2026-4-19 13:31:20

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

    信息

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