Untitled
unknown
plain_text
3 years ago
140 B
3
Indexable
#include <iostream> using namespace std; int main() { int A; cin >> A; if (A % 2==0) cout << "YES"; else cout << "NO"; }
Editor is loading...
#include <iostream> using namespace std; int main() { int A; cin >> A; if (A % 2==0) cout << "YES"; else cout << "NO"; }