Submission #729368

# Submission time Handle Problem Language Result Execution time Memory
729368 2023-04-24T01:25:07 Z pcc Dango Maker (JOI18_dango_maker) C++14
0 / 100
123 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 = 3030;

struct Edge{
	int to;
	int id;
	short cap;
	Edge(){}
};

vector<Edge> edges;
vector<int> paths[mxn*mxn*2];

void solve(){
}

int main(){
	ios::sync_with_stdio(0);cin.tie(0);cout.tie(0);
	int t;cin>>t;
}
# Verdict Execution time Memory Grader output
1 Runtime error 123 ms 262144 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 123 ms 262144 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 123 ms 262144 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -