[1] Students Marks Sum 잠깐 이해가 안갔는데, 중요한건 상황을 의미하는 첫 문장이었다. The alternating elements , , and so on denote the marks of boys. Similarly, , , and so on denote the marks of girls. #include #include #include #include int marks_summation(int* marks, int number_of_students, char gender){ int sum=0; for (int i = (gender=='b'?0:1);i