1 条题解

  • 1
    @ 2024-3-16 10:07:41
    #include <iostream>
    using namespace std;
    int main(){ //C++ L2 小钢的苹果
    	int apple;
    	cin>>apple;
    	cout<<apple<<" "<<apple*2<<" "<<apple+2;
        return 0;
    }
    
    • 1

    信息

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