#include using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); vector A; string s = "N0U0P0C0"; for(int i=0; i<16; i++){ for(int k=0; k<4; k++){ if(i&(1<> K; cout << A.at(K-1) << endl; }