CB011


Submit solution

Points: 6
Time limit: 1.0s
Memory limit: 512M

Problem type

CB011


Comments


  • -1
    10Tin_Le_Vu_Minh  commented on July 11, 2024, 8:22 p.m.

    include<bits/stdc++.h>

    using namespace std; long long a; int main() { cin>>a; if(a%2==0) cout<<"yes"; else cout<<"no"; return 0; }