0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-27 14:36:27 +00:00

revert: 35addea

This commit is contained in:
Baoshuo Ren 2021-11-21 16:15:37 +08:00 committed by Baoshuo Ren
parent 7c6eabc993
commit 0ef617e8f5
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -1,5 +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);}