# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
888693 | 2023-12-18T05:43:21 Z | box | Meetings (JOI19_meetings) | C++17 | 0 ms | 0 KB |
#include <bits/stdc++.h> using namespace std; #define ar array #define sz(v) int(std::size(v)) using i64 = long long; using pii = pair<int, int>; int main() { ios::sync_with_stdio(false); cin.tie(NULL); }