BIM Q&A | Magicad shows the floor has been deleted from the building database. What should I do?
int i, j, line, a[N];
for (i = 2; i < N; i++) a[i] = i;
for (i = 2; i < sqrt(N); i++)
for (j = i + 1; j < N; j++) {
if (a[i] != 0 && a[j] != 0)
if (a[j] % a[i] == 0)
a[j] = 0;
}
printf(“\n”);
for (i = 2, line = 0; i < N; i++) {
xuebim
Follow the latest BIM developments in the architecture industry, explore innovative building technologies, and discover cutting-edge industry insights.
← Scan with WeChat















Must log in before commenting!
Sign Up