5 条题解

  • 1
    @ 2025-12-21 21:36:27
    #include<iostream>
    #include<cstdio>
    #include<cctype>
    #include<string.h>
    #include<math.h>
    #include<cmath>
    #include<algorithm>
    #include<iomanip>
    using namespace std;
    int main()
    {
    	long long a;
    	cin>>a;
    	if(a%2!=0)
    	{
    		cout<<"odd"; 
    	}
    	else
    	{
    		cout<<"even";	
    	} 
    	return 0;
    }
    
    
    

    信息

    ID
    872
    时间
    1000ms
    内存
    128MiB
    难度
    2
    标签
    递交数
    189
    已通过
    115
    上传者