comments

nice map, lovely song ❤❤

me: *see title

also my mind: LOGIC GATE

#include <stdio.h>

int main()
{
float acc;

scanf("%f", &acc);

if (acc == 100)
{
    printf("SS\n");
}
else if (acc < 100 && acc >= 95)
{
    printf("S\n");
}
else if (acc < 95 && acc >= 90)
{
    printf("A\n");
}
else if (acc < 90 && acc >= 85)
{
    printf("B\n");
}
else if (acc < 85 && acc >= 80)
{
    printf("C\n");
}
else
{
    printf("D\n");
}

return 0;

}

yess ♡

more ln map loved pls

/

more ln map loved pls