답안 #1099916

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
1099916 2024-10-12T05:51:01 Z model_code 스핑크스 (IOI24_sphinx) C++17
0 / 100
1 ms 344 KB
// failed/misbehaving-asks-about-empty-vector.cpp

#include <vector>

#include "sphinx.h"

using namespace std;

vector<int> find_colours(int N, vector<int> X, vector<int> Y) {
  vector<int> test;
  perform_experiment(test);
  return vector<int>(N, 1);
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 344 KB Invalid length of E
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 344 KB Invalid length of E
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 344 KB Invalid length of E
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 344 KB Invalid length of E
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 344 KB Invalid length of E
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 344 KB Invalid length of E
2 Halted 0 ms 0 KB -