14

I don't know how I've never seen this C++ feature before

 2 years ago
source link: http://codeforces.com/blog/entry/114533
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Take a look at this C++ submission 199864568:

#import <bits/stdc++.h>
using namespace std;
int main()
{
    int a; 
    cin >> a; 
    cout << ((a%2==0 && a>2) ? "YES" : "NO");
}

Don't see it?
Spoilers

</div


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK