class pppp { func ppp(_ c: Int, m: Int) -> Int { return c + m } } var b = 3 var s = b + 2 var p = pppp() print(p.ppp(b, m: s))