# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
315174 | 2020-10-22T03:51:41 Z | thtsshz_bgwrswh | Mouse (info1cup19_mouse) | C++17 | 2 ms | 256 KB |
#pragma GCC optimize("Ofast") #include "grader.h" #include<stdio.h> #include<algorithm> #include<assert.h> using namespace std; int num[500]; void solve(int n){ int i,j; vector<int> vec(n); for(i=0;i<n;i++) vec[i]=i; do{ if(query(vec)==n) return; }while(next_permutation(vec.begin(),vec.end())); }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 256 KB | Integer 0 violates the range [1, 7] |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 256 KB | Integer 0 violates the range [1, 7] |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 2 ms | 256 KB | Integer 0 violates the range [1, 7] |
2 | Halted | 0 ms | 0 KB | - |