| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 997849 | faqinyeager | Advertisement 2 (JOI23_ho_t2) | C++17 | 72 ms | 6596 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
int n;
vector<int> x, e;
int main(){
cin >> n;
x.resize(n);
e.resize(n);
map<int, int> tmp;
for(int i = 0; i < n; i++) cin >> x[i], tmp[x[i]] += 1;
for(int i = 0; i < n; i++) cin >> e[i];
cout << tmp.size();
}| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
