728x90
문제 링크: https://www.acmicpc.net/problem/24218
24218번: Double Crypt 1
You are given ten problem instances in the text files named double1.in to double10.in. Each input file consists of three lines. The first line contains the integer $s$, the second line the plaintext block $p$, and the third line the ciphertext block $c_2$
www.acmicpc.net
문제 풀이
이 문제는 아직 해석은 안해봤는데 첨부에 입력 데이터가 있다. 다운로드해서 확인해보면 예제 입력1 하나만 주어지게 되는데 그렇다는 건 예제 출력1을 복사해서 이거만 출력해주면 된다.
코드
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A0000000000000000000000000000000 | |
70000000000000000000000000000000 |
728x90
'BOJ' 카테고리의 다른 글
[BOJ][Python] 백준 5373번 - 큐빙 (0) | 2022.01.20 |
---|---|
[BOJ][Python] 백준 9076번 - 점수 집계 (0) | 2022.01.20 |
[BOJ][Python] 백준 24267번 - 알고리즘 수업 - 알고리즘의 수행 시간 6 (0) | 2022.01.16 |
[BOJ][Text] 백준 24262번 - 알고리즘 수업 - 알고리즘의 수행 시간 1 (0) | 2022.01.16 |
[BOJ][Python] 백준 24268번 - 2022는 무엇이 특별할까? (0) | 2022.01.16 |