문제1) #include void main() { int a = 4, b = 3, c = 5, d = 7; int r1, r2, r3, r4; r1 = 10 % a++; r2 = b > 3 && b > 2; r3 = c & d; r4 = d