Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

Commonmark migration
Source Link

#PHP, (削除) 73 (削除ここまで) 71 bytes

PHP, (削除) 73 (削除ここまで) 71 bytes

<?for($i=0;$i++<100;)echo$i%3?$i%5?$i:@Buzz:@Fizz.($i%5?"":@Buzz),"
";

All the most terrible things. I wanted the wrongheaded ternary to do something magical, but it did not.

#PHP, (削除) 73 (削除ここまで) 71 bytes

<?for($i=0;$i++<100;)echo$i%3?$i%5?$i:@Buzz:@Fizz.($i%5?"":@Buzz),"
";

All the most terrible things. I wanted the wrongheaded ternary to do something magical, but it did not.

PHP, (削除) 73 (削除ここまで) 71 bytes

<?for($i=0;$i++<100;)echo$i%3?$i%5?$i:@Buzz:@Fizz.($i%5?"":@Buzz),"
";

All the most terrible things. I wanted the wrongheaded ternary to do something magical, but it did not.

trim two bytes by using `echo` arg list
Source Link
user8074
user8074

#PHP, 73(削除) 73 (削除ここまで) 71 bytes

<?for($i=0;$i++<100;)echo($i%3echo$i%3?$i%5?$i:@Buzz:@Fizz.($i%5?"":@Buzz)).,"
";

All the most terrible things. I wanted the wrongheaded ternary to do something magical, but it did not.

#PHP, 73 bytes

<?for($i=0;$i++<100;)echo($i%3?$i%5?$i:@Buzz:@Fizz.($i%5?"":@Buzz))."
";

All the most terrible things. I wanted the wrongheaded ternary to do something magical, but it did not.

#PHP, (削除) 73 (削除ここまで) 71 bytes

<?for($i=0;$i++<100;)echo$i%3?$i%5?$i:@Buzz:@Fizz.($i%5?"":@Buzz),"
";

All the most terrible things. I wanted the wrongheaded ternary to do something magical, but it did not.

Source Link
user8074
user8074

#PHP, 73 bytes

<?for($i=0;$i++<100;)echo($i%3?$i%5?$i:@Buzz:@Fizz.($i%5?"":@Buzz))."
";

All the most terrible things. I wanted the wrongheaded ternary to do something magical, but it did not.

AltStyle によって変換されたページ (->オリジナル) /