반응형 백준알고리즘시험성적1 백준 알고리즘 9498번 시험 성적 c++ 요약 : 시험 점수를 입력받고 점수에 따라서 학점을 매긴다. 소스코드 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 #include using namespace std; int main(void) { ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0); int a; cin >> a; a = a/10; if(a==10||a==9) cout 2020. 12. 3. 이전 1 다음 반응형