1 条题解

  • 0
    @ 2024-8-10 14:10:18
    #include<bits/stdc++.h>
    using namespace std;
    int main(){  // C++ L2 计算苹果数
    	int n;
    	cin>>n;
    	cout<<n-4; 
    	return 0;
    }
    
    • 1

    信息

    ID
    1748
    时间
    1000ms
    内存
    256MiB
    难度
    10
    标签
    (无)
    递交数
    15
    已通过
    0
    上传者