运行 ❯
获取您
自己的
网站
×
改变方向
改变主题,深色/浅色
去 Spaces
#include <iostream> using namespace std; int main() { int x = 5; cout << x; return 0; }
5