#include <iostream> using namespace std; int fun() { int i = 4; int j = 10; return i>j?i:j; } int main() { int i = fun(); cout << i << endl; system("pause"); return 0; }
70,023
社区成员
243,260
社区内容
加载中
试试用AI创作助手写篇文章吧