Thanks to visit codestin.com
Credit goes to github.com

Skip to content

503133214/Saber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

门昭霖的blog

WELCOME TO MY BLOG


⭐🌙与其仰望星空,不如去做摘星星的人🌙⭐


Myself

Name:门昭霖

Gender:🚹

🎂:2004 Aug 12th

Dream😶‍🌫️:🕵️👨‍🚀👨‍💻🦸‍♂️🧙‍♂️(我是个贪心的人)

Like:🐱🐶🐿️🐇🦔

MBIT:ENFP⚛️

XMUM 2209 SWE STUDENT

Interest:| Algorithm | AI | Game Design | Data Science |

Contect: Email:[email protected]


Study Achievement

|Language|

  • C/C++
  • Java
  • Python
  • HTML
  • JavaScript
  • Golang
  • Rust

    Study Plan

    For Framework
Framework Status
Vue ---
React
Angular
#include<iostream>
#include<cmath>
using namespace std;
int main()
{   
    float x, y;
    for (y = 1.5f; y > -1.5f; y -= 0.1f)
    {
        for (x = -1.5f; x < 1.5f; x += 0.05f)
        {
            float a = x * x + y * y - 1;
            if ((a * a * a - x * x * y * y * y) <= 0)
            {
                cout << "*";
            }
            else
            {
                cout << " ";
            }
        }
        cout << endl;
    }
    system("pause");
    return 0;
}

heart

More About Me

Waiting for you to explore

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published