From 4335892eac4c7adf613bdb8c9ad538256c18054e Mon Sep 17 00:00:00 2001 From: Ren Baoshuo Date: Sat, 2 Jan 2021 23:48:21 +0800 Subject: [PATCH] #4. Quine https://loj.ac/s/963711 --- LibreOJ/4/4.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 LibreOJ/4/4.cpp diff --git a/LibreOJ/4/4.cpp b/LibreOJ/4/4.cpp new file mode 100644 index 00000000..37bbb8f7 --- /dev/null +++ b/LibreOJ/4/4.cpp @@ -0,0 +1,3 @@ +#include +char s[]="#include%cchar%cs[]=%c%s%c%c%cint main(){printf(s,10,32,34,s,34,59,10);}"; +int main(){printf(s,10,32,34,s,34,59,10);} \ No newline at end of file