6 lines
101 B
Text
6 lines
101 B
Text
{
|
|
for(i = 1, 99,
|
|
print1(moebius(i) " ");
|
|
if(i % 10 == 0, print("\n"););
|
|
);
|
|
}
|