0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-19 02:05:25 +00:00

fix: LibreOJ/4

This commit is contained in:
Baoshuo Ren 2022-06-13 14:12:43 +08:00
parent bc3456167a
commit 254d2b74b9
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -1,6 +1,3 @@
#include <stdio.h>
char s[] = "#include<stdio.h>%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);
}
#include<stdio.h>
char s[]="#include<stdio.h>%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);}