Cloudflare has influenced the submitting process

Revision en2, by xcx0902, 2024-08-23 16:45:30

When you tried to submit codes containing something (I cannot show it here, because it will be blocked, but it is the string that is the output of the program i'll give in the end of this blog), it redirects you to a Cloudflare page which says that you have been blocked.

MikeMirzayanov Please check this.

The code that will output the banned substring:

main() {
printf("c");
printf("=");
printf("c");
printf("h");
printf("a");
printf("r");
printf("(");
printf("\'");
printf("a");
printf("\'");
printf(")");
}

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English xcx0902 2024-08-23 16:49:43 14 Tiny change: '\n\n```c\nmain() {' -> '\n\n```c\n// Lang: C11\nmain() {'
en3 English xcx0902 2024-08-23 16:47:40 11
en2 English xcx0902 2024-08-23 16:45:30 4
en1 English xcx0902 2024-08-23 16:45:15 603 Initial revision (published)