运行 ❯
获得您的
专属
网站
×
更改朝向
更改主题,亮色/暗色
访问 Spaces
#include <iostream> using namespace std; int main() { int x = 5; x *= 3; cout << x; return 0; }
15