// 智 神 降 臨 #include using namespace std; #include // / // / (//./\\\) // (/////////\\\\\\\) // (/////////////\\\\\\\) // (////////////// \\\\\\) // (////////////// \\\\\\) // (///////////// \\\\\) // (/////////// / __ \\\\\\) // (//////////-- `** *` \\\\\) // (/////// ____ ----> \\\\\) // (////// ~ '' \\\) // (/// / \ \\) // \\ / `---' \ / // ( \ <=------=^*/ ) // ( ``'''''` ) // |\ /| // | `\ /' | // | ``-----'' \ // /#/ \##`\ // /####/\ / \####`\ // /########/ \ /' \########`\ #define rep(i, n) for (int i = 0; i < int(n); ++i) int main() { ios::sync_with_stdio(false); cin.tie(nullptr); int n; cin >> n; vector a(n); rep(i, n) cin >> a[i]; int x; cin >> x; cout << "Yes" << "\n"; cout << x << " " << x << " " << x << " " << x << "\n"; cout << x << " " << x << " " << x << " " << x << "\n"; cout << x << " " << x << " " << x << " " << x << "\n"; cout << x << " " << x << " " << x << " " << x << "\n"; }