4 条题解

  • 1
    @ 2025-7-4 18:50:24
    #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
    难度
    2
    标签
    递交数
    114
    已通过
    66
    上传者