• 3 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: August 8th, 2023

help-circle

  • jsdz@lemmy.mltoLemmy Shitpost@lemmy.worldI wish
    link
    fedilink
    Interlingua
    arrow-up
    13
    ·
    edit-2
    1 year ago
    int is_even(int n)
    {
        int result = -1;
        char number[8]; //should be enough
        sprintf(number, "%d", n);
    
        // check the number
        // TODO: handle negative numbers
        for (char *p=number; *p; p++)
        {
            if (*p=='0' || *p=='2' || *p=='4' || *p=='6' || *p=='8')
                result = 1;
            else if (*p=='1' || *p=='3' || *p=='5' || *p=='7' || *p=='9')
                result = 0;
            else {
               fprintf(stderr, "Your number is wrong!\n");
               exit(1); 
            }
        }
        return result;
    }
    











  • Well, the whole thing is completely implausible in a lot of ways, but to start with the basic premise: Canada does not punish people for calling the PM racist. Calling the PM racist is a popular sport lately in Canada. Nobody cares, because almost everyone knows that basically it isn’t true. He’s an idiot, but not a particularly racist one. Nor is “exposing the true nature of the Hong Kong riots”, whatever their nature might in fact be, anything that could possibly incur the wrath of the Canadian civil service, that part of it responsible for issuing passports. Canada may be corrupt and cruel in various ways, but not in anything resembling the ways depicted here. Its government is not going to do anything that would risk creating a major scandal, and this certainly would if there were any truth in it whatsoever, in order to be capriciously cruel to someone for no apparent reason other than to defend the honour of Hong Kong protesters. It makes no sense whatsoever.

    I mean there’s really no reason to read beyond the headline to see this. That it expects us to believe NATO is somehow involved kinda gives it away that this is pure bullshit. But the more one does read, the zanier it gets. Although for all I know maybe there really is a “Carl Chen”. I’ve talked to homeless people with far weirder tales to tell than that one, even one guy who was abducted by the Grey aliens.