diff --git a/PCC/stdin.txt b/PCC/stdin.txt deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md index 54c76eb..4844cfd 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ yenru0 code storage === ## 기본 사항 +폴더명 `{identifier}_{language}` + `zeta`는 [BOJ](https://www.acmicpc.net/)입니다. `codeup`은 [코드업](https://codeup.kr/)입니다. -`PCC`는 *킹서노*썜이 주신 책에서 영감을 받거나 베낀것입니다. - -이 뒤에 오는 것들은 작성 언어입니다. 다음은 현재까지 작성된 언어의 예시입니다. (C는 있었는데 지워버림;;) +이 뒤에 오는 것들은 작성 언어입니다. 다음은 현재까지 작성된 언어의 예시. 작성언어 | 폴더 뒤 | 확장자 :---:|:---:|:---: @@ -17,9 +17,6 @@ yenru0 code storage Python 또는 pypy | python | .py Kotlin | kotlin | .kt Lua | lua | .lua - -## stdin.txt -코딩의 편리함을 위한 `stdin.txt`! 이것은 매우 중요 especially 쓰다 C로 because 나 not 편함 ## completed or incompleted 내가 **납득**되거나 내가 해결한 문제는 `/completed`로 이동됩니다. ~~관짝~~ @@ -34,6 +31,4 @@ python -m profile files.py < stdin.txt ``` ## actually... -다양한 곳에서의 편리한 코딩 생활을 위한 것입니다. - -네. \ No newline at end of file +다양한 곳에서의 편리한 코딩 생활을 위한 것입니다. \ No newline at end of file diff --git a/zeta_python/completed/10926.py b/zeta_python/completed/10926.py new file mode 100644 index 0000000..c6fc006 --- /dev/null +++ b/zeta_python/completed/10926.py @@ -0,0 +1 @@ +print(input()+"??!") \ No newline at end of file