Submission #1099897

# Submission time Handle Problem Language Result Execution time Memory
1099897 2024-10-12T05:47:17 Z model_code Sphinx's Riddle (IOI24_sphinx) C++17
3 / 100
1 ms 344 KB
// correct/subtask1.cpp

#include "sphinx.h"

using namespace std;

vector<int> find_colours(int /*N*/, vector<int> /*X*/, vector<int> /*Y*/) {
  int f0 = perform_experiment({-1, 0}) - 1;
  int f1 = perform_experiment({0, -1}) - 1;
  return {f0, f1};
}
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 344 KB Invalid length of E
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Correct 0 ms 344 KB #experiments: 2
2 Correct 0 ms 344 KB #experiments: 2
3 Correct 0 ms 344 KB #experiments: 2
4 Correct 0 ms 344 KB #experiments: 2
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 344 KB Invalid length of E
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Correct 0 ms 344 KB #experiments: 2
2 Correct 0 ms 344 KB #experiments: 2
3 Correct 0 ms 344 KB #experiments: 2
4 Correct 0 ms 344 KB #experiments: 2
5 Incorrect 0 ms 344 KB Invalid length of E
6 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Correct 0 ms 344 KB #experiments: 2
2 Correct 0 ms 344 KB #experiments: 2
3 Correct 0 ms 344 KB #experiments: 2
4 Correct 0 ms 344 KB #experiments: 2
5 Incorrect 0 ms 344 KB Invalid length of E
6 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 344 KB Invalid length of E
2 Halted 0 ms 0 KB -