运行 ❯
获取
您自己的
网站
×
更改朝向
更改主题,深色/浅色
转到 Spaces
#include <stdio.h> int main() { char myText = 'Hello'; printf("%c", myText); return 0; }
o