# | 제출 시각UTC-0 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
84384 | l_zg | 고장난 휴대전화기 (COCI14_mobitel) | C++14 | 2 ms | 376 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#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;
}
컴파일 시 표준 에러 (stderr) 메시지
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |