Add tags

Add tags to the following comment

特にひねりも無く。

1
2
3
4
5
<?php
function modular($n, $low, $high){
    $a = $n % ($high - $low + 1);
    return $a < 0 ? $high + $a + 1 : $low + $a;
}

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...