Beihang OJ topic: ID4 (Kevin·Feng's correct @posture)

Topic description

Kevin Feng is a cute guy.
But one day Kevin heard that there is a more ditch called 0yang.
So Kevin decided to fight her.
But now there is a problem, that is, we have to at 0yang before we can compete.
But Kevin bought a magic keyboard a few days ago. Before entering characters, he had to hit the "\" key. And the at operation should be inside double quotes. (You don't need to hit the "\" key when hitting double quotes)
So how should Kevin hit the keyboard?

enter

No input required

output

Output a line of characters. (In other words, as long as your output is the same as the output sample)

Sample output

“\a\t\0\y\a\n\g”

AC code

#include <stdio.h>

int main(void)
{
    printf("\"\\a\\t\\0\\y\\a\\n\\g\"\n");
    return 0;
}

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326611709&siteId=291194637