#25661: 解答(C++)


weimolin222@gmail.com (林維摩)

學校 : 屏東市明正國中
編號 : 128544
來源 : [180.176.69.238]
最後登入時間 :
2023-06-03 18:51:30
d063. 0 與 1 -- 板橋高中教學題 | From: [180.176.69.238] | 發表日期 : 2021-06-10 18:56

#include<iostream>

using namespace std;

int main(){

int n;

cin>>n;

if(n==0){

cout<<1;

}

else{

cout<<0;

}

}

 
ZeroJudge Forum