# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
176084 | Doda | Preokret (COCI18_preokret) | C++14 | 2 ms | 376 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 <iostream>
#include <string>
#include <cmath>
#include <algorithm>
using namespace std;
long long a,b,as[3000],bs[3000],pp,pr,preokret,vodi,pv;
int main () {
ios_base::sync_with_stdio(false);
cin.tie(NULL);
cin >> a;
for (int i = 1;i<=a;i++){
long long r;
cin >> r;
as[r] = 1;
if (r<1441)
pp++;
}
cin >> b;
for (int i = 1;i<=b;i++){
long long r;
cin >> r;
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |