LeetCode个人主页draw内容定制

1.Leetcode默认helloworld

// 使用函数 draw 绘制图形,反斜杠 "\" 请使用 "\\" 转义
draw("  	_   _      _ _    __        __         _     _ 
       | | | | ___| | | __\\ \\      / /__  _ __| | __| |
       | |_| |/ _ \\ | |/ _ \\ \\ /\\ / / _ \\| '__| |/ _` |
       |  _  |  __/ | | (_) \\ V  V / (_) | |  | | (_| |
       |_| |_|\\___|_|_|\\___/ \\_/\\_/ \\___/|_|  |_|\\__,_|
")

2.KYRIELIU

// 使用函数 draw 绘制图形,反斜杠 "\" 请使用 "\\" 转义
draw("  	 _  ____     _______  _____ ______   _      _____ _    _ 
        | |/ /\\ \\   / /  __ \\|_   _|  ____| | |    |_   _| |  | |
        | ' /  \\ \\_/ /| |__) | | | | |__    | |      | | | |  | |
        |  <    \\   / |  _  /  | | |  __|   | |      | | | |  | |
        | . \\    | |  | | \\ \\ _| |_| |____  | |____ _| |_| |__| |
        |_|\\_\\   |_|  |_|  \\_\\_____|______| |______|_____|\\____/ 
")

3.龟兔赛跑
https://blog.csdn.net/m0_47671600/article/details/106431019

ASCII Text生成网站:https://www.kammerl.de/ascii/AsciiSignature.php

猜你喜欢

转载自blog.csdn.net/qq_41340996/article/details/121609874