2 条题解

  • 0
    @ 2026-3-28 11:27:44
    #include<bits/stdc++.h>
    using namespace std;
    int main(){//
    	int a;
    	cin>>a;
    	if(a%2==0)
    		cout<<"yes";
    	return 0;
    }
    
    • -4
      @ 2025-2-13 17:35:38

      Python题解

      • 1

      信息

      ID
      1714
      时间
      1000ms
      内存
      64MiB
      难度
      2
      标签
      递交数
      67
      已通过
      44
      上传者