백준 - 15963 CASIO

AekT·2021년 10월 18일
post-thumbnail

백준 15963 CASIO

문제 : https://www.acmicpc.net/problem/15963

Swift:

import Foundation

let input = readLine()!.split(separator: " ")
print(input[0]==input[1] ? "1" : "0")
profile
으악

0개의 댓글