mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-05 15:18:47 +00:00
5 lines
171 B
C++
5 lines
171 B
C++
#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);
|
|
} |