# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
87381 | jvalsortav | Mobitel (COCI14_mobitel) | C++14 | 0 ms | 0 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 <cstdio>
#include <cstdlib>
#include <cmath>
#include <iostream>
#include <cctype>
#include <ctime>
#include <set>
#include <string.h>
#include <map>
#include <vector>
using namespace std;
char s[110], w[200];
int x, l[20], p, a, b;
vector <int> v[11];
bool z = false;
int main() {
int y = 'a';
for (int i = 2; i < 10; i++){
if(i == 7 or i == 9){
for (int j = 0; j < 4; j++){
v[i].push_back(y);
y++;
}
continue;
}