25206 너의 평점은 #include using namespace std; constexpr unsigned int Hash(const char* str) { return str[0] ? static_cast(str[0]) + 0xEDB8832Full * Hash(str + 1) : 8603; } int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); char grade[50]; string subject; float my_grade,sum_grade=0,major_GPA=0; for (int i = 0; i > subject >> my_grade >> grade; switch (Hash..