Submission #1105163

# Submission time Handle Problem Language Result Execution time Memory
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);
    }
}    
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 336 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 336 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 336 KB Output isn't correct
2 Halted 0 ms 0 KB -