문제. 오류 내용 #include using namespace std; int arr[4] = { 3,5,9,10 }; int arr2[4] = { 2,6,9,11 }; int result[8]; int head = 0; int right = 0; int main() { for (int i = 0; i > arr[i]; } for (int i = 0; i > arr2[i]; } while (head != 8) { if (right == 0){ } head++; } return 0; } 위와 같이 코드를 짜면 변수 "right"이 모호합니다. 라는 에러가 뜬다. E0266 "변수"이(가) 모호합니다. 원인은 using namespace std; 에 ..