Simple KeyLoger
- 인풋값은 사용자의 키보드 입력이다.
- The input value is the user's keyboard input.
- 사용자가
<-키를 눌렀을 경우, <를 입력한다.- Enter < if the user has pressed the
<-key.
- Enter < if the user has pressed the
- 사용자가
->키를 눌렀을 경우, >를 입력한다.- Enter > if the user has pressed the
->key.
- Enter > if the user has pressed the
- 사용자가
백스페이스키를 눌렀을 경우, -를 입력한다.- Enter - if the user has pressed the
Backspacekey.
- Enter - if the user has pressed the
- 테스트케이스의 개수를 입력한다.
- Enter the number of test cases.
- 테스트케이스를 입력하면 사용자가 실제로 입력한 값이 출력된다.
- Entering the test case will output the value that the user actually entered.