#A1640. 【入门】偶数

【入门】偶数

题目描述:

读入一个整数a,如果a为偶数在屏幕上输出yes。(a为奇数时屏幕无输出)

输入格式:

整数a,0≤a≤32767。

输出格式:

a为偶数输出yes,否则什么也不输出。

2
yes