运行 ❯
获取您的
自己的
网站
×
更改方向
更改主题,暗/亮
转至 Spaces
#include <stdio.h> int main() { putchar('A'); putchar('B'); putchar(67); return 0; }
ABC