Avatar
‘&+’?
11:26 AM
&+ ならオーバーフローしても落ちないです
11:27 AM
I was writing a program in C++ to find all solutions of ab = c, where a, b and c together use all the digits 0-9 exactly once. The program looped over values of a and b, and ran a digit-counting ro...
11:28 AM
例外投げる演算子は無いから、↑こういう感じでチェックしてはみ出すならthrowsする演算子を自分で定義するとか。
11:30 AM
こんなのあった。
11:30 AM
func addingReportingOverflow(_ other: Int) -> (partialValue: Int, overflow: Bool)