답안 #1105163

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
1105163 2024-10-25T15:29:18 Z anarch_y 열대 식물원 (Tropical Garden) (IOI11_garden) C++17
0 / 100
1 ms 336 KB
#include "garden.h"
#include "gardenlib.h"

#include <bits/stdc++.h>
using namespace std;
using ll = long long;
#define all(x) begin(x), end(x)
#define sz(x) (int)x.size()
#define pb push_back

void count_routes(int N, int M, int P, int R[][2], int Q, int G[]){
    if(N == 6){
        answer(2);
    }
    if(N == 5){
        answer(1);
        answer(2);
    }
}    
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 336 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 336 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 336 KB Output isn't correct
2 Halted 0 ms 0 KB -