#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-06-05 19:03:48
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;
}
 
#2644: Re:don't use 2 if


1752786-4@g.puiching.edu.mo (林敬晉P5A08(JalenLam_progamer)(IQ...)

School : Pui Ching Middle School
ID : 3260
IP address : [192.168.120.33]
Last Login :
2025-06-05 11:37:15
a100. 1 or 0 | From: [192.168.120.33] | Post Date : 2025-06-18 10:09

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


#include<>

int main(){

    std::cout<<"";

}

 
ZeroJudge Forum