# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
20686 | 점수판에 아이디와 팀명이 같이 표기되니, 신중하게 적어주세요. (#35) | 채점 시스템 (OJUZ11_judge) | C++11 | 53 ms | 1116 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 <stdio.h>
int main(){
long long t;
int n,x,y,s;
scanf("%d",&n);
for(;n--;){
scanf("%d%d",&x,&y);
s=0;
for(t=10;t<=x;t*=10);
for(;t+x<=y;++s,t*=10);
printf("%d\n",s);
}
return 0;
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |