제출 #1347701

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

int sum(int a, int b) {
  return a + b;
}