| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1332408 | QuocSensei | 앵무새 (IOI11_parrots) | C++20 | 0 ms | 0 KiB |
#include <bits/stdc++.h>
#define ll long long
#define el cout << endl
#define bit(mask, i) (((mask) >> (i)) & 1)
#define BIT(n) ((1ll) << (n))
using namespace std;
void send(int a);
void output(int b);
namespace SUBTASK_1
{
namespace personA
{
void encode(int N, int M[])
{
}
}
namespace personB
{
}
}
void encode(int N, vector<int> M)
{
}
void decode(int N, int L, vector<int> X)
{
}#include <bits/stdc++.h>
#define ll long long
#define el cout << endl
#define bit(mask, i) (((mask) >> (i)) & 1)
#define BIT(n) ((1ll) << (n))
using namespace std;
void send(int a);
void output(int b);
namespace SUBTASK_1
{
namespace personA
{
void encode(int N, int M[])
{
}
}
namespace personB
{
}
}
void encode(int N, vector<int> M)
{
}
void decode(int N, int L, vector<int> X)
{
}