#P1009. Quine
Quine
题目描述
编写一个程序,输出自身的源代码。
源代码中至少包含 个可见字符(不含空格)。
比较源代码时忽略行末的 ' '、'\n'、'\r'。
编写一个程序,输出自身的源代码。
源代码中至少包含 10 个可见字符(不含空格)。
比较源代码时忽略行末的 ' '、'\n'、'\r'。
By signing up a HydroOJ universal account, you can submit code and join discussions in all online judging services provided by us.