# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
84384 | l_zg | Mobitel (COCI14_mobitel) | 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 <bits/stdc++.h>
using namespace std;
long long x,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,y,z,stari,x1,ix,novi;
string word;
int main (){
ios::sync_with_stdio(0);
cin.tie(0);
for (int I=1;I<10;I++){
cin >> x;
if (x==1) continue;
else if (x==2){
a = I;
b = I*11;
c = I*111;
}
else if (x==3){
d = I;
e = I * 11;
f = I * 111;
}
else if (x==4){
g = I;
h = I * 11;
ix = I * 111;
}
else if (x==5){
j = I;
k = I * 11;
l = I * 111;
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |