8106번 - Agents
문제 디스크립션 마지막 단락에 :
or the number of any agent that cannot be arrested or corrupted.
-> or the number of agent that cannot be arrested or corrupted. If there is more than one such agents, print the one with the smallest number.
출력 설명 마지막 부분도, 똑같이 :
로 해 주세요.
or the number of the agent that cannot be arrested or corrupted. If there are more than one such agent, print the one with the smallest number.
In each of the following n lines there are written two integers.
-> In each of the following p lines there are written two integers.
입력 설명에 n도 p로 바껴야 할 거 같아여
수정했습니다.
댓글을 작성하려면 로그인해야 합니다.
koosaga 3년 전 1
문제 디스크립션 마지막 단락에 :
or the number of any agent that cannot be arrested or corrupted.
-> or the number of agent that cannot be arrested or corrupted. If there is more than one such agents, print the one with the smallest number.
출력 설명 마지막 부분도, 똑같이 :
or the number of any agent that cannot be arrested or corrupted.
-> or the number of agent that cannot be arrested or corrupted. If there is more than one such agents, print the one with the smallest number.
로 해 주세요.