(정올)Dessert –
#if 1 #ifndef _CRT_SECURE_NO_WARNINGS #define _CRT_SECURE_NO_WARNINGS #endif #include <iostream> #include <vector> #include <list> #include <queue> #include <unordered_map> #define MAX_N 15; #define ll long long using namespace std; const int LM = 20; const ll INF = 12345678910ll; int N, ans; char op(LM); void output() { int i; ans++; if (ans > 20) return; printf(“1 “); … Read more