#include #include using namespace std; static int c = 0; int main() { if(c >= 1) cout << "Yes" << endl; else cout << ":(" << endl; ++c; return 0; }