제출 #839534

#제출 시각아이디문제언어결과실행 시간메모리
839534model_codeA Plus B (IOI23_aplusb)C++17
10 / 100
1 ms212 KiB
// correct/solution-subtask1.cpp

#include "aplusb.h"

#include <vector>

std::vector<int> smallest_sums(int /*N*/, std::vector<int> A, std::vector<int> B) {
	return {A[0] + B[0]};
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…