Submission #629530

# Submission time Handle Problem Language Result Execution time Memory
629530 2022-08-14T15:18:28 Z Elnady Vudu (COCI15_vudu) C++17
0 / 140
340 ms 64184 KB
#include <bits/stdc++.h>
#include <unordered_map>
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>

using namespace __gnu_pbds;
using namespace std;
#define     endl                '\n'
//#define     long long                 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;
	long long n, x;
	cin >> n;
	vector<int> a(N);
	map<long long, int> mp;
	for (int i = 0; i < n; i++)
		cin >> x;
	cin >> x;
	for (int i = 0; i < 1000000; i++)
		mp[i]++;

	/*for (auto ch : mp)
		b.push_back({ ch.first, ch.second });*/

	cout << 0 << "\n";
}
# Verdict Execution time Memory Grader output
1 Incorrect 244 ms 64048 KB Output isn't correct
2 Incorrect 253 ms 64184 KB Output isn't correct
3 Incorrect 234 ms 64024 KB Output isn't correct
4 Incorrect 325 ms 64012 KB Output isn't correct
5 Incorrect 296 ms 64080 KB Output isn't correct
6 Incorrect 317 ms 64020 KB Output isn't correct
7 Incorrect 325 ms 64128 KB Output isn't correct
8 Incorrect 305 ms 64076 KB Output isn't correct
9 Incorrect 340 ms 64136 KB Output isn't correct
10 Incorrect 329 ms 64036 KB Output isn't correct