답안 #646693

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
646693 2022-09-30T11:56:05 Z TwoFourFive Floppy (RMI20_floppy) C++14
0 / 100
76 ms 8760 KB
#include <stdlib.h>
#include <string.h>

#include "floppy.h"

void read_array(int subtask_id, const std::vector<int> &v) {
    std::string bits = "001100";
    save_to_floppy(bits);
}

std::vector<int> solve_queries(int subtask_id, int N,
        const std::string &bits,
        const std::vector<int> &a, const std::vector<int> &b) {
    std::vector<int> answers = {0, 0, 0, 0, 1, 2, 2, 2, 2, 3};
    return answers;
}

Compilation message

stub.cpp: In function 'void run2()':
stub.cpp:101:30: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
  101 |     if (query_answers.size() != M) {
      |         ~~~~~~~~~~~~~~~~~~~~~^~~~
# 결과 실행 시간 메모리 Grader output
1 Incorrect 2 ms 680 KB Output isn't correct1
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 19 ms 2936 KB Output isn't correct1
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 76 ms 8760 KB Output isn't correct1
2 Halted 0 ms 0 KB -