LOJ4
Description
写一个程序,使其能输出自己的源代码。 代码中必须至少包含十个可见字符。 ### Input 无 ### Output 你的源代码
Solution
不是很懂为什么天天做水题=.= 复习一下常见字符 以及一份来自神仙网友的更神仙的1
2
3
const char *str="#include<bits/stdc++.h>%cconst char *str=%c%s%c;%cint main(){printf(str,10,34,str,34,10);}";
int main(){printf(str,10,34,str,34,10);}1
print(open(__file__).read())