반응형
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
non sense한? 문제였습니다.
📕 풀이방법
📔 입력 및 초기화
double.in file의 내용만 input으로 들어옵니다.
📔 풀이과정
문제 서론이 길고 읽을 필요가 없습니다.
code짜는 부분은 없고 hint를 통해 10초안에 다 해석 가능해야한다는 문장을 통해 예제 출력문을 그대로 text형태로 제출해 맞았습니다.
📔 정답출력
예제 출력1을 출력합니다.
📕 Code
A0000000000000000000000000000000
70000000000000000000000000000000
'Algorithm > Implementation' 카테고리의 다른 글
(C) - 백준(BOJ) 25083번 : 새싹 (0) | 2022.04.29 |
---|---|
(C++) - 백준(BOJ) 11536 : 줄 세우기 (1) | 2022.04.28 |
(C++) - 백준(BOJ) 11637 : 인기 투표 (0) | 2022.04.24 |
(C++) - 백준(BOJ) 14491 : 9진수 (0) | 2022.04.23 |
(C++) - 백준(BOJ) 16171 : 나는 친구가 적다 (Small) (2) | 2022.04.15 |