답안 #729367

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
729367 2023-04-24T01:23:07 Z pcc Dango Maker (JOI18_dango_maker) C++14
0 / 100
106 ms 262144 KB
#include <bits/stdc++.h>
using namespace std;

#define ll long long
#define pll pair<ll,ll>
#define fs first
#define sc second

const int mxn = 3000;

struct edge{
	int to;
	int id;
	int cap;
	edge(){}
};

edge edges[mxn*mxn*4];
vector<int> paths[mxn*mxn*2];
int ppp = 0;


void solve(){
	return;
}
int main(){
	ios::sync_with_stdio(0);cin.tie(0);cout.tie(0);
	int t;cin>>t;
}
# 결과 실행 시간 메모리 Grader output
1 Runtime error 106 ms 262144 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 106 ms 262144 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 106 ms 262144 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -