#include <stdio.h> main() { int i=5,j=10, k=1; printf("%d",k>i<j); } 什么意思;

2024-11-09 03:16:52
推荐回答(1个)
回答1:

输出k>ii为假,为0,o