public class Solution { public static void main(String[] args) { int a = 56; int b = 30; int c = 14; System.out.println(a + b + c); } }