1 条题解

  • 0
    @ 2025-4-11 19:57:08

    #include<bits/stdc++.h> using namespace std; int main(){ cout<< 14/4 <<endl; cout<< 14/4*4 <<endl; cout<< 14%4 <<endl; return 0; }

    • 1

    信息

    ID
    508
    时间
    1000ms
    内存
    256MiB
    难度
    4
    标签
    (无)
    递交数
    65
    已通过
    29
    上传者