QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#473119 | #6412. Classical Geometry Problem | UESTC_DebugSimulator | AC ✓ | 25ms | 3972kb | C++17 | 2.9kb | 2024-07-11 22:02:09 | 2024-07-11 22:02:11 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
#define int long long
double a,b,c;
double a1,b1,c1;
double a2,b2,c2;
double a3,b3,c3;
double x;
struct arr{
int x,y,z;
double d;
}ans[7];
double dist3(double x,double y,double z,double xx,double yy,double zz)
{
return sqrt((x-xx)*(x-xx)+(y-yy)*(y-yy)+(z-zz)*(z-zz));
}
signed main()
{
ios::sync_with_stdio(false);
cin.tie(0);cout.tie(0);
ans[4].x=ans[4].y=ans[4].z=255;
ans[4].d=500;
int T;
cin>>T;
while(T--)
{
cin>>a>>b>>c;
for(int i=1;i<=3;i++)
{
ans[i].x=ans[i].y=ans[i].z=0;
ans[i].d=0;
}
if(a==0&&b==0&&c==0)
{
cout<<"0\n";
continue;
}
x=max({a,b,c});
x=255/x;
a1=a*x;b1=b*x;c1=c*x;
//cout<<a1<<" "<<b1<<" "<<c1<<"\n";
ans[1].x=ans[1].y=ans[1].z=0;
ans[1].d=dist3(a,b,c,a1,b1,c1);
if(abs(a1-255)<1e-6)
{
if(b1==0&&c1==0)
{
b2=255;c2=255;
}
else
{
x=max(b1,c1);
x=255/x;
b2=b1*x;c2=c1*x;
}
ans[2].x=255;ans[2].y=ans[2].z=0;
ans[2].d=dist3(0,b1,c1,0,b2,c2);
if(b1>=c1)
{
if(c2==0)
{
c3=255;
}
else
{
x=c2;
x=255/x;
c3=c2*x;
}
ans[3].x=255;ans[3].y=255;ans[3].z=0;
ans[3].d=dist3(0,0,c2,0,0,c3);
}
else
{
if(b2==0)
{
b3=255;
}
else
{
x=b2;
x=255/x;
b3=b2*x;
}
ans[3].x=255;ans[3].y=0;ans[3].z=255;
ans[3].d=dist3(0,b2,0,0,b3,0);
}
}
else if(abs(b1-255)<1e-6)
{
if(a1==0&&c1==0)
{
a2=255;c2=255;
}
else
{
x=max(a1,c1);
x=255/x;
a2=a1*x;c2=c1*x;
}
ans[2].x=0;ans[2].y=255;ans[2].z=0;
ans[2].d=dist3(a1,0,c1,a2,0,c2);
if(a1>=c1)
{
if(c2==0)
{
c3=255;
}
else
{
x=c2;
x=255/x;
c3=c2*x;
}
ans[3].x=255;ans[3].y=255;ans[3].z=0;
ans[3].d=dist3(0,0,c2,0,0,c3);
}
else
{
if(a2==0)
{
a3=255;
}
else
{
x=a2;
x=255/x;
a3=a2*x;
}
ans[3].x=0;ans[3].y=255;ans[3].z=255;
ans[3].d=dist3(a2,0,0,a3,0,0);
}
}
else
{
if(a1==0&&b1==0)
{
a2=255;b2=255;
}
else
{
x=max(a1,b1);
x=255/x;
a2=a1*x;b2=b1*x;
}
ans[2].x=0;ans[2].y=0;ans[2].z=255;
ans[2].d=dist3(a1,b1,0,a2,b2,0);
//cout<<a2<<" "<<b2<<endl;
if(a1>=b1)
{
if(b2==0)
{
b3=255;
}
else
{
x=b2;
x=255/x;
b3=b2*x;
}
ans[3].x=255;ans[3].y=0;ans[3].z=255;
ans[3].d=dist3(0,b2,0,0,b3,0);
}
else
{
if(a2==0)
{
a3=255;
}
else
{
x=a2;
x=255/x;
a3=a2*x;
}
ans[3].x=0;ans[3].y=255;ans[3].z=255;
ans[3].d=dist3(a2,0,0,a3,0,0);
}
}
cout<<"4\n";
for(int i=4;i>=1;i--)
{
cout<<setprecision(10)<<ans[i].x<<" "<<ans[i].y<<" "<<ans[i].z<<" "<<ans[i].d<<"\n";
}
}
return 0;
}
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3972kb
input:
3 105 255 175 174 174 174 0 0 0
output:
4 255 255 255 500 0 255 255 102 0 255 0 93.29523032 0 0 0 0 4 255 255 255 500 255 255 0 0 255 0 0 0 0 0 0 140.2961154 0
result:
ok ok (3 test cases)
Test #2:
score: 0
Accepted
time: 25ms
memory: 3724kb
input:
10000 250 128 13 1 245 2 88 183 138 179 69 194 153 246 33 255 119 192 233 30 108 26 208 33 53 162 189 225 130 10 202 137 121 152 198 25 49 165 180 228 56 30 74 18 14 6 115 31 168 242 206 90 238 139 44 103 60 16 21 190 229 209 68 41 171 181 39 74 73 181 96 18 234 95 70 75 174 84 101 16 44 202 249 80 ...
output:
4 255 255 255 500 255 255 0 229.1015625 255 0 0 125.0801491 0 0 0 5.623273068 4 255 255 255 500 0 255 255 127.5 0 255 0 282.7713311 0 0 0 10.00041648 4 255 255 255 500 0 255 255 92.39130435 0 255 0 74.36912353 0 0 0 96.59557262 4 255 255 255 500 255 0 255 156.7039106 0 0 255 21.13062725 0 0 0 85.787...
result:
ok ok (10000 test cases)
Test #3:
score: 0
Accepted
time: 21ms
memory: 3832kb
input:
10000 90 173 87 39 251 59 39 43 150 106 29 130 52 55 180 236 225 70 171 15 48 92 133 240 182 226 10 126 139 105 196 7 204 32 131 193 27 96 218 67 29 33 159 9 251 130 111 243 226 69 39 198 131 80 108 169 147 45 36 170 76 138 251 55 235 186 224 165 48 51 133 173 225 14 226 234 70 139 178 92 174 138 24...
output:
4 255 255 255 500 255 255 0 8.5 0 255 0 170.1571883 0 0 0 101.2140135 4 255 255 255 500 0 255 255 86.44067797 0 255 0 233.8231569 0 0 0 4.15575854 4 255 255 255 500 0 255 255 23.72093023 0 0 255 245.572196 0 0 0 112.5890758 4 255 255 255 500 255 0 255 185.2358491 0 0 255 48.80695773 0 0 0 163.679153...
result:
ok ok (10000 test cases)
Test #4:
score: 0
Accepted
time: 25ms
memory: 3876kb
input:
10000 186 217 161 76 0 116 246 159 161 32 245 65 206 120 71 217 76 204 109 255 245 157 59 192 55 35 87 27 147 199 190 134 31 169 64 105 5 27 255 161 2 35 244 255 232 253 106 199 28 151 129 50 24 20 172 236 234 74 51 150 179 68 178 69 42 192 152 1 23 177 169 71 216 190 125 136 223 193 255 168 49 74 2...
output:
4 255 255 255 500 255 255 0 34.27419355 0 255 0 48.18012157 0 0 0 57.44366048 4 255 255 255 500 255 0 255 255 0 0 255 87.93103448 0 0 0 166.1762813 4 255 255 255 500 255 0 255 3.167701863 255 0 0 123.8344802 0 0 0 12.22838148 4 255 255 255 500 0 255 255 129.4615385 0 255 0 208.8197305 0 0 0 10.42807...
result:
ok ok (10000 test cases)
Test #5:
score: 0
Accepted
time: 21ms
memory: 3964kb
input:
10000 26 6 234 114 6 172 198 19 173 214 204 1 104 186 218 199 182 82 47 240 186 223 240 143 184 99 164 184 155 37 185 4 114 49 253 17 239 214 37 0 231 38 73 245 212 121 102 155 86 234 219 157 173 216 236 46 65 103 67 130 27 253 105 83 105 197 81 93 254 47 206 225 207 110 24 38 119 248 76 243 180 10 ...
output:
4 255 255 255 500 255 0 255 196.1538462 0 0 255 232.6238862 0 0 0 21.13609201 4 255 255 255 500 255 0 255 241.5789474 0 0 255 86.1073872 0 0 0 99.61758002 4 255 255 255 500 255 0 255 226.9942197 255 0 0 32.39056565 0 0 0 75.88978464 4 255 255 255 500 255 255 0 253.75 255 0 0 11.91603101 0 0 0 56.644...
result:
ok ok (10000 test cases)
Test #6:
score: 0
Accepted
time: 25ms
memory: 3916kb
input:
10000 122 50 52 152 12 229 149 135 184 140 164 193 2 251 109 180 33 217 241 225 126 33 165 94 57 163 242 85 164 132 179 131 197 185 186 185 216 145 74 95 203 40 158 236 193 245 97 111 144 61 52 9 67 157 44 113 152 132 82 110 130 182 33 96 168 202 10 184 228 173 243 124 198 29 180 196 15 47 153 63 54...
output:
4 255 255 255 500 255 0 255 9.807692308 255 0 0 202.9755328 0 0 0 154.5112693 4 255 255 255 500 255 0 255 234.8684211 0 0 255 86.00914566 0 0 0 31.23591622 4 255 255 255 500 255 0 255 23.95973154 0 0 255 65.45374787 0 0 0 105.1676864 4 255 255 255 500 0 255 255 37.31707317 0 0 255 50.37845188 0 0 0 ...
result:
ok ok (10000 test cases)
Test #7:
score: 0
Accepted
time: 21ms
memory: 3912kb
input:
10000 218 94 126 189 17 30 100 251 196 67 123 128 157 60 0 161 139 95 179 210 67 98 91 45 186 227 63 242 172 226 173 1 24 66 118 98 194 75 112 189 176 43 243 226 174 112 93 67 202 143 142 117 216 97 108 179 239 161 97 91 233 111 216 110 231 208 195 20 203 43 24 22 189 205 79 98 167 102 230 139 185 1...
output:
4 255 255 255 500 255 0 255 64.76190476 255 0 0 134.2625578 0 0 0 45.61651206 4 255 255 255 500 255 0 255 110.5 255 0 0 246.5728036 0 0 0 67.08943802 4 255 255 255 500 0 255 255 124.8979592 0 255 0 62.72887954 0 0 0 5.319392053 4 255 255 255 500 0 255 255 116.097561 0 0 255 11.34285731 0 0 0 188.259...
result:
ok ok (10000 test cases)
Test #8:
score: 0
Accepted
time: 25ms
memory: 3868kb
input:
10000 58 139 199 227 23 87 52 111 207 249 83 64 55 125 147 142 246 229 118 194 7 164 16 252 59 36 140 143 180 64 167 127 108 202 51 10 172 6 150 28 149 45 72 217 154 236 88 23 4 226 232 225 109 37 172 245 69 190 112 71 81 40 143 124 38 213 124 112 178 169 61 176 180 125 234 1 63 157 51 215 59 75 216...
output:
4 255 255 255 500 0 255 255 148.5971223 0 0 255 83.30919653 0 0 0 70.23121331 4 255 255 255 500 255 0 255 187.5862069 255 0 0 162.6716952 0 0 0 30.11990889 4 255 255 255 500 0 255 255 135.5405405 0 0 255 130.5946331 0 0 0 55.78438402 4 255 255 255 500 255 255 0 58.37349398 255 0 0 214.6697545 0 0 0 ...
result:
ok ok (10000 test cases)
Test #9:
score: 0
Accepted
time: 25ms
memory: 3872kb
input:
10000 154 183 17 8 28 144 3 227 218 175 43 0 209 191 38 123 96 107 56 179 204 230 197 204 188 100 217 43 189 158 161 254 191 83 240 178 150 193 187 123 122 48 157 207 135 103 84 235 62 53 66 77 2 234 237 56 156 219 127 51 184 225 70 138 102 218 53 203 153 39 98 75 171 45 134 159 215 212 128 35 190 1...
output:
4 255 255 255 500 255 255 0 226.8506494 0 255 0 40.65530494 0 0 0 94.33930425 4 255 255 255 500 0 255 255 182.1428571 0 0 255 213.6365581 0 0 0 113.246934 4 255 255 255 500 0 255 255 251.4908257 0 255 0 10.11108943 0 0 0 38.82269858 4 255 255 255 500 255 255 0 255 255 0 0 192.3428571 0 0 0 82.379628...
result:
ok ok (10000 test cases)
Test #10:
score: 0
Accepted
time: 25ms
memory: 3864kb
input:
10000 250 227 91 46 34 201 210 87 230 102 2 191 107 0 185 104 203 241 250 164 144 40 123 155 61 164 38 200 197 253 155 124 18 219 173 90 127 124 225 217 94 50 242 198 116 227 79 191 120 136 155 184 151 174 45 122 243 248 142 31 31 154 253 152 165 224 238 39 128 165 134 229 162 220 33 61 111 11 205 1...
output:
4 255 255 255 500 255 255 0 152.7753304 255 0 0 25.27487706 0 0 0 6.994569322 4 255 255 255 500 255 0 255 66.52173913 0 0 255 244.525771 0 0 0 56.14411174 4 255 255 255 500 255 0 255 149.3571429 0 0 255 24.00148283 0 0 0 35.14905474 4 255 255 255 500 255 0 255 250 0 0 255 118.8448289 0 0 0 72.557463...
result:
ok ok (10000 test cases)
Test #11:
score: 0
Accepted
time: 21ms
memory: 3904kb
input:
10000 208 135 142 248 171 248 162 65 32 9 162 63 91 20 90 188 236 117 62 200 71 14 228 53 68 196 133 27 159 255 129 86 121 46 216 3 213 65 177 7 28 45 215 136 153 108 54 113 254 122 99 243 222 89 18 255 48 14 157 204 210 33 132 87 4 33 231 222 233 30 14 100 10 45 226 49 210 232 113 79 18 235 109 14 ...
output:
4 255 255 255 500 255 0 255 12.57042254 255 0 0 111.6441152 0 0 0 64.5684849 4 255 255 255 500 255 0 255 79.1733871 255 0 0 4.019436694e-14 0 0 0 11.01345505 4 255 255 255 500 255 255 0 129.4615385 255 0 0 170.1852159 0 0 0 101.8767192 4 255 255 255 500 0 255 255 218.5714286 0 255 0 157.4154382 0 0 ...
result:
ok ok (10000 test cases)
Test #12:
score: 0
Accepted
time: 22ms
memory: 3852kb
input:
10000 119 133 74 50 106 117 59 203 94 72 223 194 202 156 197 61 81 108 77 80 107 240 230 250 53 54 66 133 197 44 33 113 2 83 54 163 206 241 33 41 83 202 182 57 124 37 155 241 186 245 218 153 80 29 47 83 212 41 32 94 107 89 186 58 161 214 114 106 34 17 89 16 19 117 170 169 115 74 55 143 33 6 182 196 ...
output:
4 255 255 255 500 255 255 0 96.42857143 0 255 0 31.60873997 0 0 0 177.2204829 4 255 255 255 500 0 255 255 134.7169811 0 0 255 26.50765317 0 0 0 195.3289173 4 255 255 255 500 0 255 255 94.94680851 0 255 0 161.6572764 0 0 0 59.26382805 4 255 255 255 500 0 255 255 160.3608247 0 255 0 35.37161724 0 0 0 ...
result:
ok ok (10000 test cases)
Test #13:
score: 0
Accepted
time: 22ms
memory: 3868kb
input:
10000 170 100 234 20 253 12 243 196 46 206 129 235 149 5 166 232 179 7 149 75 45 98 197 156 206 22 133 230 176 54 159 228 135 170 92 118 90 61 180 9 26 18 21 65 122 40 143 87 125 192 199 176 35 144 44 85 243 153 238 203 227 9 212 200 74 226 253 135 20 139 117 222 230 43 212 42 201 224 22 222 152 191...
output:
4 255 255 255 500 255 0 255 105 0 0 255 80.91521199 0 0 0 27.4644711 4 255 255 255 500 255 255 0 102 0 255 0 273.8703611 0 0 0 2.008480824 4 255 255 255 500 255 255 0 195.1530612 255 0 0 50.66111109 0 0 0 15.58343572 4 255 255 255 500 255 0 255 95.31553398 0 0 255 37.12891962 0 0 0 28.77325855 4 255...
result:
ok ok (10000 test cases)
Test #14:
score: 0
Accepted
time: 21ms
memory: 3916kb
input:
10000 67 216 241 14 40 250 28 215 219 200 241 181 3 167 13 227 218 113 85 72 151 116 20 162 202 252 17 54 184 231 49 90 219 117 173 19 37 53 223 10 195 119 118 128 187 46 208 215 54 85 104 71 99 34 234 95 0 44 223 10 14 248 47 123 70 75 245 118 231 131 187 137 34 62 21 4 118 233 40 183 96 242 97 190...
output:
4 255 255 255 500 0 255 255 175.9027778 0 0 255 27.69561331 0 0 0 19.19879661 4 255 255 255 500 0 255 255 165.75 0 0 255 226.9408313 0 0 0 5.071331186 4 255 255 255 500 0 255 255 221.7906977 0 0 255 4.696865279 0 0 0 50.65841587 4 255 255 255 500 255 255 0 24.225 0 255 0 58.50949215 0 0 0 21.0128316...
result:
ok ok (10000 test cases)
Test #15:
score: 0
Accepted
time: 24ms
memory: 3916kb
input:
10000 252 245 224 4 171 9 240 190 208 69 15 254 4 230 90 0 255 17 6 26 58 150 187 237 239 242 146 255 227 231 232 117 26 44 255 111 183 1 9 121 85 207 15 245 120 247 181 40 1 255 164 244 139 255 131 248 27 161 24 241 63 44 16 207 36 251 15 227 163 49 7 180 27 7 23 61 254 235 14 8 11 200 7 3 26 254 3...
output:
4 255 255 255 500 255 255 0 21.85714286 255 0 0 9.597637949 0 0 0 4.961658549 4 255 255 255 500 0 255 255 141.6666667 0 255 0 264.3640778 0 0 0 84.13920957 4 255 255 255 500 255 0 255 22.06730769 255 0 0 46.04975843 0 0 0 23.13040477 4 255 255 255 500 255 0 255 199.5652174 0 0 255 190.0663517 0 0 0 ...
result:
ok ok (10000 test cases)
Test #16:
score: 0
Accepted
time: 24ms
memory: 3924kb
input:
10000 10 7 240 232 252 180 5 169 10 1 40 6 252 2 242 245 8 5 249 17 249 255 2 233 12 3 1 2 6 253 252 254 2 251 245 6 254 4 252 10 244 245 254 218 52 255 8 4 20 112 248 253 0 254 250 234 1 226 245 216 11 6 2 245 139 0 8 28 233 1 11 24 246 250 253 9 124 17 255 26 1 14 251 46 2 14 248 233 1 44 12 255 1...
output:
4 255 255 255 500 255 0 255 76.5 0 0 255 298.2977029 0 0 0 15.01938851 4 255 255 255 500 255 255 0 57.15517241 0 255 0 25.615081 0 0 0 4.6065122 4 255 255 255 500 0 255 255 127.5 0 255 0 268.2289235 0 0 0 86.18798823 4 255 255 255 500 0 255 255 212.5 0 255 0 219.7397964 0 0 0 217.4717295 4 255 255 2...
result:
ok ok (10000 test cases)
Test #17:
score: 0
Accepted
time: 23ms
memory: 3876kb
input:
10000 0 3 254 9 1 2 250 254 0 4 1 65 212 3 253 253 255 254 252 1 255 255 230 11 253 215 255 113 12 16 252 253 0 255 254 254 254 255 252 0 32 254 255 36 252 10 1 243 3 46 11 99 3 255 250 0 248 11 5 3 253 254 255 23 2 1 0 253 4 255 255 248 255 237 250 7 13 1 251 251 246 0 0 4 0 2 1 254 254 0 189 3 0 2...
output:
4 255 255 255 500 0 255 255 255 0 0 255 251.988189 0 0 0 1.000069748 4 255 255 255 500 255 0 255 127.5 255 0 0 221.7434078 0 0 0 253.4789055 4 255 255 255 500 255 255 0 255 0 255 0 4.015748031 0 0 0 1.40312221 4 255 255 255 500 255 0 255 191.25 0 0 255 246.6727231 0 0 0 190.3818648 4 255 255 255 500...
result:
ok ok (10000 test cases)
Test #18:
score: 0
Accepted
time: 18ms
memory: 3916kb
input:
10000 0 253 255 255 252 2 255 0 255 250 253 255 253 0 255 252 251 236 8 255 0 247 254 254 2 255 255 255 255 252 0 0 4 6 250 0 7 32 0 0 2 255 255 9 255 3 255 1 255 255 242 254 0 0 0 0 254 0 255 255 1 0 9 255 255 2 0 255 0 0 0 255 254 9 1 253 255 254 252 0 255 0 0 255 254 0 252 255 247 0 2 250 255 255...
output:
4 255 255 255 500 0 255 255 255 0 0 255 2 0 0 0 0 4 255 255 255 500 255 255 0 252.9761905 255 0 0 3.000094481 0 0 0 0 4 255 255 255 500 255 0 255 255 255 0 0 0 0 0 0 0 4 255 255 255 500 0 255 255 3.023715415 0 0 255 2.811707801 0 0 0 0 4 255 255 255 500 255 0 255 255 0 0 255 2 0 0 0 0 4 255 255 255 ...
result:
ok ok (10000 test cases)
Test #19:
score: 0
Accepted
time: 20ms
memory: 3856kb
input:
10000 0 0 0 255 0 255 0 255 255 255 255 1 0 0 0 0 255 1 255 0 254 0 255 0 0 203 255 0 2 0 255 0 255 255 254 0 255 0 255 255 255 228 0 255 255 0 255 255 0 254 0 253 0 0 242 0 0 255 0 0 255 252 0 0 0 0 0 0 0 255 255 255 0 0 255 255 255 0 4 255 0 0 1 0 0 0 255 0 253 253 0 255 255 0 0 255 255 0 0 1 255 ...
output:
0 4 255 255 255 500 255 0 255 255 255 0 0 0 0 0 0 0 4 255 255 255 500 0 255 255 255 0 255 0 0 0 0 0 0 4 255 255 255 500 255 255 0 254 255 0 0 0 0 0 0 0 0 4 255 255 255 500 0 255 255 255 0 255 0 254 0 0 0 0 4 255 255 255 500 255 0 255 255 255 0 0 1 0 0 0 0 4 255 255 255 500 255 255 0 0 0 255 0 360.62...
result:
ok ok (10000 test cases)
Test #20:
score: 0
Accepted
time: 23ms
memory: 3856kb
input:
10000 0 0 0 0 255 255 255 0 255 255 255 0 255 255 255 255 0 0 255 255 255 0 0 255 0 0 0 0 0 255 255 255 0 0 0 255 255 0 0 0 0 0 255 255 0 0 0 255 0 0 0 255 255 0 0 0 255 0 255 0 255 0 255 0 255 255 0 255 0 0 255 0 1 0 255 255 0 254 255 0 255 255 255 255 0 255 255 255 0 255 255 0 255 0 255 255 255 25...
output:
0 4 255 255 255 500 0 255 255 255 0 255 0 0 0 0 0 0 4 255 255 255 500 255 0 255 255 255 0 0 0 0 0 0 0 4 255 255 255 500 255 255 0 255 255 0 0 0 0 0 0 0 4 255 255 255 500 255 255 0 0 255 0 0 0 0 0 0 0 4 255 255 255 500 255 255 0 0 255 0 0 360.6244584 0 0 0 0 4 255 255 255 500 255 255 0 0 255 0 0 0 0 ...
result:
ok ok (10000 test cases)