运行 ❯
获取
你自己
的网站
×
更改方向
更改主题,深色/浅色
前往 Spaces
#include <stdio.h> int main() { char txt[] = "We are the so-called \"Vikings\" from the north."; printf("%s", txt); return 0; }
从北方而来的,我们是被称为“海盗”的人。