| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1362619 | opeleklanos | 마술쇼 (APIO24_show) | C++20 | 2 ms | 580 KiB |
#include <iostream>
#include <vector>
using namespace std;
#include "Alice.h"
#define ll long long
vector<pair<int, int>> Alice(){
ll x = setN(5000);
vector<pair<int, int>> ans;
for(ll i = 1; i<=5000; i++){
if(i!=x) ans.push_back({x, i});
}
return ans;
}#include <iostream>
#include <vector>
using namespace std;
#include "Bob.h"
#define ll long long
long long Bob(vector<pair<int, int>> edges){
return (ll)edges[0].first;
}| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
