답안 #315095

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
315095 2020-10-22T02:27:08 Z daniel920712 Mouse (info1cup19_mouse) C++14
0 / 100
1 ms 256 KB
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <algorithm>
#include "grader.h"

using namespace std;
struct A
{
    int all[10];
}all[6000],guess[105];
vector < int > how;
void solve(int N)
{
    int i;
    for(i=0;i<N;i++) how.push_back(i+1);
    do
    {
        if(query(how)==N) return;
    }while(next_permutation(how.begin(),how.begin()));

}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -