From 254d2b74b94999e0181d72895cbcda70d33280ba Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Mon, 13 Jun 2022 14:12:43 +0800 Subject: [PATCH] fix: LibreOJ/4 --- LibreOJ/4/4.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/LibreOJ/4/4.cpp b/LibreOJ/4/4.cpp index 563dcee1..37bbb8f7 100644 --- a/LibreOJ/4/4.cpp +++ b/LibreOJ/4/4.cpp @@ -1,6 +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 +#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