运行 ❯
获取您的
自己的
网站
×
更改朝向
更改主题,暗/亮
转至 Spaces
#include <iostream> using namespace std; int main() { cout << max(5, 10); return 0; }
10