제출 #861443

#제출 시각아이디문제언어결과실행 시간메모리
861443hockyA Plus B (IOI23_aplusb)C++17
10 / 100
1 ms424 KiB
#include "aplusb.h"

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