1 条题解

  • 0
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	int a,b,c;
        a=14/4;
        b=a*4;
        c=14-b;
    	cout<<a<<"\n"<<b<<"\n"<<c;
    	return 0;
    }
    • 1

    信息

    ID
    2
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    (无)
    递交数
    4596
    已通过
    51
    上传者