3 条题解

  • 2
    @ 2025-5-16 20:18:33
    #include<bits/stdc++.h>
    using namespace std;
    int main ()
    {
    	int a;
    	cin >>a;
    	if(a%2==1)
    	{
    		cout << "odd";
    	}
    	else{
    		cout << "even";
    	}
    }
    
    

    信息

    ID
    869
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    递交数
    112
    已通过
    64
    上传者