# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
928020 | 2024-02-15T17:37:32 Z | EJIC_B_KEDAX | 식물 비교 (IOI20_plants) | C++17 | 0 ms | 0 KB |
#include <bits/stdc++.h> using ll = long long; using namespace std; void init(int k, int r[]) {} int compare_plants(int x, int y) { cout << "1\n"; }