16 条题解

  • 1
    @ 2026-4-7 13:10:06

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

    信息

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