제출 #1347702

#제출 시각아이디문제언어결과실행 시간메모리
1347702korraweeA + B (IOI24_aplusb)C++17
큐에 대기중
0 ms0 KiB
#include "aplusb.h"
#include <bits/stdc++.h>

using namespace std;

int sum (int A, int B) {
  return A + B;
}