Skip to content
View GGital's full-sized avatar

Block or report GGital

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
GGital/README.md

🌟 Hi, I'm Gital 🌟

💪Believe you can and you're halfway there . 💪

💕My Shortest Path to her heart💖:

//Put in positive odd integer ONLY!
#include <stdio.h>
#include <stdlib.h>
#define _USE_MINGW_ANSI_STDIO 0
 
int main()
{
    int N; scanf("%d",&N);
    for(int i = 0; i < N; i++) {
        int Q; scanf("%d",&Q);
        for(int j = 0; j < (Q / 2) + (Q / 4) + 1; j++) {
            for(int k = 0; k < Q; k++) {
                if(j < Q/4) {
                    if(Q % 4 < 2) {
                    if(k >= (Q/2) - (Q/4) - j && k <= (Q/2) - (Q/4) + j) printf("#");
                    else if(k >= (Q/2) + (Q/4) - j && k <= (Q/2) + (Q/4) + j) printf("#");
                    else printf(".");
                    }else if (Q % 4 > 2) {
                        if(k >= (Q/2) - (Q/4) - j -1 && k <= (Q/2) - (Q/4) + j) printf("#");
                        else if(k >= (Q/2) + (Q/4) - j && k <= (Q/2) + (Q/4) + j + 1) printf("#");
                        else printf(".");
                    }
                }
                else if(j == Q/4) {
                    printf("#");
                }
                else if(j > Q/4) {
                    if(k >= j - Q/4 && k < Q - (j - Q/4)) {
                        printf("#");
                    }
                    else printf(".");
                }
            }
            printf("\n");
        }
    }
    return 0;
}

🌐Browser:

Opera

🖥️ ML/DL:

Keras Matplotlib NumPy Pandas PyTorch scikit-learn SciPy

🌏Connect with me:

ggital gital mahat ggitall ggital gital sakukiheng

🔨Languages and Tools:

android arduino bootstrap c cplusplus csharp css3 docker figma firebase flask git html5 javascript kubernetes mysql nginx nodejs opencv pandas postgresql postman python pytorch react reactnative sass scikit_learn seaborn tailwind tensorflow typescript unity xamarin

🏆 My Stats:

 ggital

ggital

Popular repositories Loading

  1. GGDSA GGDSA Public

    C 6 1

  2. CPE100-Inventory CPE100-Inventory Public

    C 3

  3. GGital.github.io GGital.github.io Public

    HTML

  4. test-project1 test-project1 Public

  5. OFA_SPAI OFA_SPAI Public

    Forked from OFA-Sys/OFA

    Official repository of OFA (ICML 2022). Paper: OFA: Unifying Architectures, Tasks, and Modalities Through a Simple Sequence-to-Sequence Learning Framework

    Python

  6. ExpansionNet_v2_SPAI ExpansionNet_v2_SPAI Public

    Forked from jchenghu/ExpansionNet_v2

    Implementation code of the work "Exploiting Multiple Sequence Lengths in Fast End to End Training for Image Captioning"

    Python