# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
759808 | 2023-06-16T20:33:22 Z | fakeaccount3169 | 사탕 분배 (IOI21_candies) | C++17 | 0 ms | 0 KB |
#include <bits/stdc++.h> using namespace std; vector<int> distribute_candies(vector<int>& c, vector<int>& l, vector<int>& r, vector<int>& v) { return {}; }