Another Table by Systwo

#include<iostream>\x0d
using namespace std;main(){cout<<"     ________________________\n";cout<<"    /                       /|\n";cout<<"   /                       / |\n";cout<<"  /                       //||\n";cout<<" /_______________________//|||\n";cout<<"|  ___________________  || |||\n";cout<<"| || |||              | || |||\n";cout<<"| || ||/              | || ||/\n";cout<<"| ||                  | ||\n";cout<<"| ||                  | ||\n";cout<<"|_|/                  |_|/";}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page