Submission #629502

# Submission time Handle Problem Language Result Execution time Memory
629502 2022-08-14T14:50:37 Z Elnady Vudu (COCI15_vudu) C++17
0 / 140
347 ms 65536 KB
#include <bits/stdc++.h>

using namespace std;
#define     endl                '\n'
#define     int                 long long
#define     all(pr1)            pr1.begin(),pr1.end()
#define     alr(pr1)            pr1.rbegin(),pr1.rend()
#define     CEIL(pr1, pr2)      (pr1 + pr2 - 1) / pr2
#define     IOS                 std::ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
#define		RT(s)				return cout<<s,0
#define		sz(s)				(long long)(s.size())

const long long N = 3e5 + 9, M = 1e9 + 9, MOD = 1e9 + 7, OO = 0x3f3f3f3f, MAX = 2147483647, LOO = 0x3f3f3f3f3f3f3f3f;

int32_t main()
{
	IOS;
	int n, x;
	cin >> n;
	vector<pair<int, int>> b;
	map<long long, long long> mp;
	for (int i = 0; i < n; i++)
		cin >> x;
	cin >> x;

	for (int i = 0; i < n; i++)
		mp[i] = 2;

	map<long long, long long>::iterator it;
	for (it = mp.begin(); it != mp.end(); it++)
	{
		b.push_back({ 0, 0 });
	}

	cout << 0 << "\n";
	return 0;
}
# Verdict Execution time Memory Grader output
1 Incorrect 2 ms 1108 KB Output isn't correct
2 Incorrect 2 ms 852 KB Output isn't correct
3 Incorrect 2 ms 852 KB Output isn't correct
4 Runtime error 337 ms 65536 KB Execution killed with signal 9
5 Incorrect 232 ms 56364 KB Output isn't correct
6 Runtime error 315 ms 65536 KB Execution killed with signal 9
7 Runtime error 340 ms 65536 KB Execution killed with signal 9
8 Incorrect 320 ms 65536 KB Output isn't correct
9 Runtime error 347 ms 65536 KB Execution killed with signal 9
10 Runtime error 313 ms 65536 KB Execution killed with signal 9