Difference between revisions of "explain xkcd:Sandbox"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(Blanked the page)
Line 1: Line 1:
__NOINDEX__
 
Make changes, try things out, or just have fun with the wiki here!  Just leave everything above the line alone, please.
 
[http://www.explainxkcd.com/wiki/index.php?title=explain_xkcd:Sandbox&action=edit&oldid=91667 clear sandbox]
 
------
 
<table class="infobox vcard">
 
<tr><th colspan=2 class="fn" style="text-align:center; font-size:125%; font-weight:bold; background-color:#BCD4E6;">b</th></tr>
 
<tr><td colspan="2" class="{{{class|}}}" style="text-align:center; {{{headerstyle|}}}">[[File:Cueball.png|150px|alt=text]]
 
<div><center><i>Name</i></center></div></td></tr>
 
<tr class="{{{rowclass|}}}">
 
<th scope="row" style="text-align:left; line-height: 1.3em;">Born</th>
 
<td class="{{{class|}}}" style="line-height: 1.3em;">Unknown</td></tr></table>
 
  
<pre>#include <cstdio>
 
int a[3]={0,0,0};
 
void acase(int b){
 
if(b>=0)printf("case %d:",b);
 
}
 
void dcase(int d,int m=0){
 
printf("\t\t\t\t");m?printf("  "):0;acase(a[0]+d);acase(a[1]+d);acase(a[2]+d);m?printf("\n"):printf("printf(\"2$\");break;\n");
 
}
 
int main() {
 
dcase(9,1);
 
dcase(0);
 
dcase(10,1);
 
dcase(1);
 
dcase(2,1);
 
dcase(3,1);
 
dcase(6,1);
 
dcase(7,1);
 
dcase(11,1);
 
dcase(12,1);
 
dcase(17,1);
 
dcase(18);
 
dcase(14,1);
 
dcase(4);
 
dcase(15,1);
 
dcase(5);
 
dcase(8);
 
dcase(13);
 
dcase(19);
 
dcase(16,1);
 
dcase(20);
 
return 0;
 
}</pre>
 

Revision as of 17:12, 26 February 2023