Mon Jun 19 15:09:00 UTC 2023 inscode

上级 e0d1bd0a
#include <stdio.h>
int main(int argc, char **argv) {
int a = 1,b=4,c=3,d=2,e;
e=a<b?a:c<d?c:d;
printf("%d\n",e);
}
\ No newline at end of file
double fun(int x,int y);
double fun(int x;int y);
double fun(int,int);
double fun(int x,y);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册