运行 ❯
拥有您
自己的
网站
×
旋转
更改主题,深色/浅色
转到 Spaces
#include <stdio.h> int main() { int x = 5; printf("%d", ++x); return 0; }
6