#46445: c++ans


10313110@gm.ptivs.tn.edu.tw (000000)

學校 : 國立臺南高級工業職業學校
編號 : 293820
來源 : [36.236.242.77]
最後登入時間 :
2025-06-24 15:39:37

複製完,約嗎?

 

 

 

 

 

#include<iostream>
using namespace std;
int main(){
int a;
cin>>a;
if(a>=1)
cout<<0;
else
cout<<1; 
}