1 条题解

  • 0
    @ 2024-8-16 17:53:26
    #include<bits/stdc++.h>
    using namespace std;
    int n;
    int main(){
    	cin>>n;
    	cout<<"Today, I ate "<<n<<" apple";
    	if(n>1) cout<<"s";
    	cout<<".";
    	return 0;
    } 
    
    • 1

    信息

    ID
    549
    时间
    1000ms
    内存
    256MiB
    难度
    8
    标签
    (无)
    递交数
    11
    已通过
    7
    上传者