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 <stdlib.h>
#include <stdio.h>
#include <vector>
#include "grader.h"
#include "lang.h"
#define SZ 100
#define max(a,b) (a>b?a:b)
int prev[1100000];
std::vector<int> v[65536];
void excerpt(int *E) {
prev[E[0]] = language(prev[E[0]]);
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |