/** * ┌─────────────────────────────────────────────────────────────────────────────────────────────────┐ * │ │ * │ The people who have sufficient passion for the truth to give the truth a chance to prevail, │ * │ if it runs counter to their bias, are in a minority. How important is this "minority?" It is │ * │ difficult to say at this point, for, at the present time their influence on governmental │ * │ decisions is not perceptible. │ * │ │ * │ - Leó Szilárd │ * │ │ * └─────────────────────────────────────────────────────────────────────────────────────────────────┘ * * * ┌───────────────────────────────────────────────────────────────┐ * │ │ * │ │ * ▼ .─────. * .─────. ╱ ╲ * ╱ ╲ .─────. ( S5 ) * ( S1 ) ╱ ╲ `. ,' * `. ,' ┌───────────── S3 )────────────────────────────────┐ * `───' │ `. ,' ▲ │ * ▲ │ `───' │ │ * │ │ ▲ │ │ * │ │ │ │ │ * │ │ │ ┌─────────────────┘ │ * │ │ ┌───────────────┘ │ │ * │ │ │ │ │ * │ │ │ │ │ * │ ▼ │ .─────. │ * │ .────┴. ╱ ╲ │ * │ ╱ ╲ ┌──────────▶ ( S4 ) │ * └─────( S2 )───────────┘ `. ,' │ * `. ,' `───' ▼ * `───' │ .─────. * ▲ │ ╱ ╲ * │ │ ( S6 ) * └──────────────────────────────────┘ `. ,' * `───' */ #include int main(){ char*s="#include %cint main(){%cchar*s=%c%s%c;%cprintf(s,10,10,34,s,34,10);return 0;}"; printf(s,10,10,34,s,34,10);return 0;}