#1828: don't use 2 if


1755166-8@g.puiching.edu.mo (陳子桓P5A16)

School : No School
ID : 3094
IP address : [192.168.120.33]
Last Login :
2025-03-27 12:01:18
a100. 1 or 0 | From: [192.168.120.33] | Post Date : 2025-03-17 08:51

#include <bits/stdc++.h>
using namespace std;
int main(){
    int a;
    cin>>a;
    if (a%2==0) cout<<"0";
    else cout<<"1";
    return 0;
}
 
ZeroJudge Forum