1

glf0921  •  1年前


dm


评论:

> ## ****- 1.

~~**~~


暗区突围【S7赛季:导火索】  •  1年前

include

include

using namespace std; int main(){

int n;
cin >> n;
if (n%2==0){
	cout << "y e s"; 
} else{
	cout << "n o";
}
return 0;

}


猫小九  •  1年前

n = int(input()) if n % 2 == 0:

print("y e s")

else:

print("n o")

✈™  •  1年前

n = int(input()) if n % 2 == 0:

print("y e s")

else:

print("n o")

新建 PPTX 演示文稿&&py  •  1年前