제출 #950141

#제출 시각아이디문제언어결과실행 시간메모리
950141pccMouse (info1cup19_mouse)C++17
6.00 / 100
22 ms344 KiB
#include <bits/stdc++.h> #include "grader.h" using namespace std; #define ll long long #define pll pair<ll,ll> #define pii pair<int,int> #define fs first #define sc second #define tlll tuple<ll,ll,ll> void solve(int N){ if(N>7)return; vector<int> v; for(int i = 1;i<=N;i++)v.push_back(i); while(query(v) != N&&next_permutation(v.begin(),v.end())); return; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...