답안 #1096725

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
1096725 2024-10-05T04:11:49 Z stdfloat Xoractive (IZhO19_xoractive) C++17
컴파일 오류
0 ms 0 KB
#include <bits/stdc++.h>
#include "incteractive.h"
// #include "grader.cpp"
using namespace std;

vector<int> guess(int n) {
	vector<int> ans;
	for (int i = 1; i <= n; i++)
		ans.push_back(ask(i));

	return ans;
}

Compilation message

Xoractive.cpp:2:10: fatal error: incteractive.h: No such file or directory
    2 | #include "incteractive.h"
      |          ^~~~~~~~~~~~~~~~
compilation terminated.