摘要:
JAVA: import static java.lang.System.out; public class Ternary { public static void main(String[] args) { int a = 4, b = 5; out.println(++a == b-- ? a 阅读全文
posted @ 2020-05-27 09:45
profesor
阅读(206)
评论(0)
推荐(0)
摘要:
体会宏的定义方法 阅读全文
posted @ 2020-05-27 09:31
profesor
阅读(1361)
评论(0)
推荐(0)
摘要:
Python ONE-LINER LIST COMPREHENSION 阅读全文
posted @ 2020-05-27 08:41
profesor
阅读(206)
评论(0)
推荐(0)