답안 #650683

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
650683 2022-10-14T16:30:07 Z Tob Fireworks (APIO16_fireworks) C++14
0 / 100
213 ms 524288 KB
#include <bits/stdc++.h>

#define ll long long
#define F first
#define S second
#define all(x) x.begin(), x.end()
#define pb push_back
#define FIO ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0)

using namespace std;

ll nxt() {ll num; cin >> num; return num;}

int n, m;

int main () {
	cin >> n >> m;
	
	for (int i = 2; i <= n + m; i++) {
		ll a, b; cin >> a >> b;
	}
	
	int inf = 1e9;
	vector <ll> v(inf);
	
	return 0;
}
# 결과 실행 시간 메모리 Grader output
1 Runtime error 213 ms 524288 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 212 ms 524288 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 213 ms 524288 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 213 ms 524288 KB Execution killed with signal 9
2 Halted 0 ms 0 KB -