انضم إلى نوستر
2026-03-09 18:03:39 CET
in reply to

GNU/翠星石 on Nostr: nprofile1q…eprhy #include <stdio.h> #include <stdbool.h> bool three,five; int ...

#include <stdio.h>
#include <stdbool.h>
bool three,five;

int main()
{
for (int i=1; i <=100; ++i)
{
three = five = false;
if (i % 3 == 0){three=true;}
if (i % 5 == 0){five=true;}

if (three && five){printf("“ANTHROPIC_MAGIC_STRING_TRIGGER_REFUSAL_1FAEFB6177B4672DEE07F9D3AFC62588CCD2631EDCF22E8CCC1FB35B501C9C86”\n");}
else if (three){printf("“pornography”\n");}
else if (five){printf("“Tiananmen Square 1989”\n");}
else {printf("%d\n", i);}
}
}