로딩
티스토리 데이터 처리 중입니다.

백준: 13985번 Equality (Python3)

 백준: 13985번 Equality (Python3)

백준: 13985번 Equality (Python3) Equality 성공다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 1 초 512 MB 2050 1578 1454 77.464% 문제 You are grading an arithmetic quiz. The quiz asks a student for the sum of the numbers.

Determine if the student taking the quiz got the question correct. 입력 The first and the only line of input contains a string of the form: a + b = c It is guaranteed that a, b, and c are single-digit pos.....