Cloudflare has influenced the submitting process

Правка en3, от xcx0902, 2024-08-23 16:47:40

When you tried to submit codes containing something (I cannot even show it here, because it will still 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(")");
}

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en4 Английский xcx0902 2024-08-23 16:49:43 14 Tiny change: '\n\n```c\nmain() {' -> '\n\n```c\n// Lang: C11\nmain() {'
en3 Английский xcx0902 2024-08-23 16:47:40 11
en2 Английский xcx0902 2024-08-23 16:45:30 4
en1 Английский xcx0902 2024-08-23 16:45:15 603 Initial revision (published)