답안 #1099906

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
1099906 2024-10-12T05:49:03 Z model_code 스핑크스 (IOI24_sphinx) C++17
0 / 100
0 ms 344 KB
// incorrect/misbehaving-return-empty-vector.cpp

#include <vector>

#include "sphinx.h"

using namespace std;

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