Sun Jun 18 11:28:00 UTC 2023 inscode

上级 354036a4
#include <stdio.h>
int main(int argc, char **argv) {
int a = 4,b=5,c=0,d;
d = !a && !b||!c;
printf("%d\n",d);
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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册