From d6aec9bba01953ac73bd527b827a53b3c17d0417 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Mon, 13 Jun 2022 14:13:23 +0800 Subject: [PATCH] #8. Quine https://uoj.ac/submission/558153 --- UniversalOJ/8/8.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 UniversalOJ/8/8.cpp diff --git a/UniversalOJ/8/8.cpp b/UniversalOJ/8/8.cpp new file mode 100644 index 00000000..37bbb8f7 --- /dev/null +++ b/UniversalOJ/8/8.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