| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1360583 | Zone_zonee | 앵무새 (IOI11_parrots) | C++20 | 0 ms | 836 KiB |
#include "encoder.h"
#include "encoderlib.h"
void encode(int N, int M[])
{
int x = 0;
int i;
send(x);
for(i=0; i<N; i++) send(x = x+M[i]);
}
#include "decoder.h"
#include "decoderlib.h"
#include <bits/stdc++.h>
void decode(int N, int L, int X[])
{
std::sort(X, X+L);
for(int i = 1; i <= N; ++i){
output(X[i]-X[i-1]);
}
}
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
