We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Windows找不到文件“啊”。- Windows找不到文件“啊”。

From Esolang
Jump to navigation Jump to search

Windows找不到文件“啊”。- Windows找不到文件“啊”。 is a variant of Windows找不到文件“啊”。请确认文件名正确后再试一次。 which has a quine. It was created by User:Yayimhere.

Semantics

Windows找不到文件“啊”。- Windows找不到文件“啊”。 first deletes every fully connected instance of the string:

Windows找不到文件“啊”。请确认文件名正确后再试一次。

from the program, and then prints it as:

Windows找不到文件“P啊”。请确认文件名正确后再试一次。

in which P is the program.

Examples

Quine:

Windows找不到文件“啊”。请确认文件名正确后再试一次。

Implementation

Python:

print('Windows找不到文件“'+input().replace('Windows找不到文件“啊”。请确认文件名正确后再试一次。',"")+'啊”。请确认文件名正确后再试一次。')